I have a question about how to npm install
JupyterLab.
I want JupyterLab v2.2.8, which is not on npmjs.com. https://www.npmjs.com/package/@jupyterlab/application
I would like to install it from GitHub, using a method like this,
"dependencies": {
"@jupyterlab/application": "jupyterlab/jupyterlab/packages/application#v2.2.8",
but this method won’t work because @jupyterlab/application is in the packages
subdirectory, and npm
can’t install from subdirectories on GitHub.
Does anyone know how I can npm install @jupyterlab/application v2.2.8 ?