jupyterhub / jupyterlab-hub

Deprecated: JupyterLab extension for running JupyterLab with JupyterHub
BSD 3-Clause "New" or "Revised" License
181 stars 40 forks source link

Please publish updated package to npm #56

Closed dhirschfeld closed 6 years ago

dhirschfeld commented 6 years ago

When trying to install jupyterlab-hub I get the below error because the latest version which is compatible with JupyterLab 0.32 hasn't been published

ValueError:
"@jupyterlab/hub-extension@0.8.1" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab              Extension        Package
>=0.16.2 <0.17.0        >=0.15.4 <0.16.0 @jupyterlab/application
>=0.16.3 <0.17.0        >=0.15.4 <0.16.0 @jupyterlab/apputils
dhirschfeld commented 6 years ago

xref: #53. Opening a new issue in case comments in a merged PR are missed.

jhgoebbert commented 6 years ago

An npm package would be great. This would simplify the update procedure on our clusters.

jasongrout commented 6 years ago

Is this working? I can push to npm, but I don't have a setup to test it.

dhirschfeld commented 6 years ago

I can confirm that this extension does work with the latest JupyterLab - I just have to install from source currently.

:+1: for pushing to npm!

ian-r-rose commented 6 years ago

I just published, thanks for flagging this (thought I can't close this issue).