-
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
Julia plotly works on jupyter-notebook but not on jupyter-lab #510
Comments
Same issue here. Plotly works in notebook interface, but not Jupyterlab :-( |
Not sure that this will help, given there's no replies on this issue but: same here with julia 1.9.0 : jupyter labextension list when loading jupyter-lab I have webio_jupyter_extension.serverextension | extension was successfully loaded and yet I get the "WebIO not detected" error when I try to do anything that uses in jupyter-lab (the same notebook works perfectly in jupyter-notebook ). |
Note: #495 (comment) seems to provide the solution to this (at least for plotly). |
After a ton of messing around I was finally able to get this working reliably. The key for me was to install the plotly Python package in the same environment as jupyterlab (using pip), which will install the In jupyterlab v3 the |
I see that webio_jupyter_extension has been installed properly according to this page https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/.
Plotly plot using julia works on jupyter-notebook fantastic without any issues. However when I run the same code on jupyterlab, it says "WebIO not detected."
When running jupyter-lab, I see that it loads. And is also in the extension list (see below)
[I 2023-02-22 00:00:57.697 ServerApp] webio_jupyter_extension.serverextension | extension was successfully linked.
I am not able to understand what the problem is.
JupyterLab v3.6.1
/home/manugv/pythonenv/base/share/jupyter/labextensions
webio-jupyterlab-provider v0.1.0 enabled OK (python, webio_jupyter_extension)
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
Jupyter-lab v3.6.1
webio-jupyter-extension v0.1.0
julia v1.8.5
Is there a reason why it works on notebook and not on jupyterlab? OR am I missing something?
The text was updated successfully, but these errors were encountered: