-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
The bug
It appears that the webio-jupyterlab-provider extension is incompatible with JupyterLab v4.0.8
Context
When I upgraded to JupyterLab v4.0.8 the webio-jupyterlab-provider stopped working (notice the "X"):
$ jupyter labextension list
JupyterLab v4.0.8
~/miniconda3/share/jupyter/labextensions
webio-jupyterlab-provider v0.1.0 enabled X (python, webio_jupyter_extension)
@jupyter-widgets/jupyterlab-manager v5.0.9 enabled OK (python, jupyterlab_widgets)
@jupyter-notebook/lab-extension v7.0.6 enabled OK
The following extensions are outdated:
webio-jupyterlab-provider
Consider checking if an update is available for these packages.
After I downgraded back to JupyterLab v3.6.7 the extension started working again (notice the "OK"):
JupyterLab v3.6.7
~/miniconda3/share/jupyter/labextensions
webio-jupyterlab-provider v0.1.0 enabled OK (python, webio_jupyter_extension)
@jupyter-widgets/jupyterlab-manager v5.0.9 enabled OK (python, jupyterlab_widgets)
Julia info:
julia> Pkg.status("WebIO")
Status `~/.julia/environments/v1.10/Project.toml`
[0f1e0344] WebIO v0.8.21
julia> versioninfo()
Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 48 × Intel(R) Xeon(R) Gold 6136 CPU @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
Threads: 5 on 48 virtual cores
Environment:
JULIA_NUM_THREADS = 4zsunberg and danifr
Metadata
Metadata
Assignees
Labels
No labels