jupyterhub / jupyterlab-hub

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

doesnt work for higher versions #6

Closed xhudik closed 7 years ago

xhudik commented 7 years ago

Hi there, we tried to install:

sudo jupyter labextension enable jupyterhub_labextension --py --sys-prefix
Enabling extension jupyterhub_labextension...
Enabling: jupyterhub_labextension
- Writing config: /opt/local/Library/Frameworks/Python.framework/Versions/3.5/etc/jupyter/labconfig
        X is not version compatible with installed JupyterLab version 0.17.5
            Expects JupyterLab version 0.17.0 from packaged module jupyterhub_labextension@0.1.0/lib/plugin.js

Which says that we have JupyterLab 0.17.5 but we need to donwgraded to 0.17. Is it intentional? I'd guess higher version is ok...

willingc commented 7 years ago

Hi @xhudik, The current build here is pinned to 0.17.0.

Since JupyterLab is still in alpha, I'll defer to @danielballan whether 0.17.5 is currently compatible or if changes need to be made here. Thanks!

danielballan commented 7 years ago

Quick answer: I haven't checked on 0.17.5 specifically yet. If you update 0.17.0 -> 0.17.5 in package.json, it may just work. I'll report back when I get a chance to upgrade and test.

ellisonbg commented 7 years ago

I have fixed this for JupyterLab 0.21, will update instructions further. Closing...