-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install: "@webio/[email protected]" is not compatible with the current JupyterLab #424
Comments
I have the same problem with the current jupyterlab 2.2.2 from the package repo in Arch |
I am met with the same issue... I managed to find the symptomatic cause in the following file: WebIO.jl/packages/jupyter-lab-provider/package.json Lines 10 to 15 in 276911f
Which meant that Jupyterlab v1 is supported (and Jupyter services v4). However, Jupyterlab has since made a major version up to v2 (and Jupyter services to v5). To support that, we might need to use something like However, there is a reason why sem ver is written the way it is. Every major version up might have interface changes that will break external compatibility. We would need to rely on someone who can test this authoritatively to make sure nothing breaks between WebIO and Jupyterlab v2 first before a PR to change those values. |
I have the same problem with the current jupyterlab 2.1.0 |
Issue on jupyterlab 2.x compatibility: #397. Currently, it seems like the workaround is still to downgrade to 1.x. |
Still have this issue on 2.2.9 |
@jarbus which version of WebIO are you using? 0.8.15 should support jupyterlab v2.x but I am having issues getting it to work myself. |
@jlumpe v0.8.15 |
@jarbus Nevermind, the issues I was having ended up just being bugs in |
Interesting, just tried again and got no errors. Thanks! |
The bug
System: Windows 10
[In Julia REPL]
The output is
Context
Pkg.status("WebIO")
versioninfo()
,[Other possibly useful info]
where.exe jupyter
(equiv. towhich jupyter
on Ubuntu)jupyter labextension list
Did the error mean that JupyterLab v2.1.5 is not supported yet? Can it be fixed? Thank you.
(Besides,
WebIO.install_jupyter_nbextension()
also failed but with a different error.)The text was updated successfully, but these errors were encountered: