-
Notifications
You must be signed in to change notification settings - Fork 35
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
Current version of JupyterLab not supported. #82
Comments
Any update on this one? |
I'm also getting dependency conflicts after just recently reinstalling anaconda
|
jupyterlab_voyager" does not yet support the current version of JupyterLab |
Is there a roadmap or estimated time frame for support? |
TL;DR- we need datavoyager upstream to be ported to react 16. The 'Conflicting Dependencies:' text comes from some checks in That's a problem for voyager because jupyterlab is using react 16, but the upstream datavoyager project is still on react 15. If you bypass those build checks to get voyager installed anyway, you're likely to see the following JS error (in chrome at least):
I've tried forcing the singleton react-dom to 15.7.0 used by upstream but failed to get react-dom to load in jupyterlab 1.1. I assume that's due to react 16 changes in jupyterlab, but I haven't bottomed that out. |
any news on this? |
It looks like it's officially dead: vega/voyager#857 |
Awesome project! Sad to see it can no longer be supported. I think a disclaimer on the readme would be beneficial for anyone coming across this on the readme |
Are there any alternatives available to edit vega-lite plots locally with a GUI? |
when ran this in the console
jupyter labextension install jupyterlab_voyager
got this error
`An error occured.
ValueError: The extension "jupyterlab_voyager" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
-- JupyterLab version -- 2.0.1
The text was updated successfully, but these errors were encountered: