-
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
WebIO extension is installed, but is not detected #495
Comments
I found at least a workaround, that fixed plotly:
and after that I might also have rebuild WebIO or PlotlyJS |
Still not working for me with jupyterlab 3.5 with old minconda with py 3.7 installation and with a new environment of python3.9 jupyterlab 3.4.4 combination. |
I tried today this once again and it did not work initially on a clean installation even with installed |
In jupyterlab v3 the |
The bug
I have installed WebIO Jupyter extension through pip, and it seems succesfully:
Yet, when I run in JupyterLab
It gives an error:
The real issue for me is that I cannot make interactive 3D plots in Julia plots (plotly or plotlyjs), the result is blank.
At the same time the same notebook run in VSCode is able to render interactive 3D plots albeit with a warning:
Context
I have tried JupyterLab both in Chromium and Electron app made with Nativifier. I am on Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: