-
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
Jupyterlab can't see WebIO extension even though it's installed via pip #509
Comments
I have the same issue. WebIO is installed, but I cannot get it to work on julia 1.9.0-rc2 |
Same issue here. Even went through the process as mentioned using venv
Locations
In Jupyter lab
|
Is there any progress in this matter? Facing the same issue using Julia 1.9.3. |
Same issue with:
I see the following when starting Jupyter lab:
which suggests it should be working. I also see
in the Chrome development console. However I still get the "WebIO not detected" message. It is however working in the "Classic Notebook" view. |
This might be more relevant in the PlotlyJS-specific issue, but I'm putting it here after my previous comment: After much trial and error I have figured out how to get this working reliably.
The following creates the conda env for the Jupyter Lab server that works for me: conda create -n jupyterlab3 python=3.11
conda activate jupyterlab3
pip install 'jupyterlab>=3,<4' 'ipywidgets>=7.6' plotly webio_jupyter_extension Installing the |
When I install the webio jupyter extension, everything seems to work:
But it doesn't show up in the list of extensions:
This isn't an issue with user vs global installs:
As far as I've been able to tell, this isn't a duplicate issue. I suspect I'm doing something stupid, but I can't figure out what. Any ideas?
The text was updated successfully, but these errors were encountered: