Traceback (most recent call last):
File "/usr/local/bin/voila", line 5, in
from voila.app import main
File "/usr/local/lib/python3.10/dist-packages/voila/app.py", line 40, in
from jupyter_server.services.kernels.handlers import KernelHandler, ZMQChannelsHandler
ImportError: cannot import name 'ZMQChannelsHandler' from 'jupyter_server.services.kernels.handlers' (/home/borntobealive/.local/lib/python3.10/site-packages/jupyter_server/services/kernels/handlers.py)
If using JupyterLab
JupyterLab version: 3.6.1
Installed Labextensions
JupyterLab v3.6.1
/home/borntobealive/.local/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
jupyter-vue v1.8.0 enabled OK
jupyter-leaflet v0.17.2 enabled OK
@jupyterlab/server-proxy v3.2.2 enabled OK
@jupyter-widgets/jupyterlab-manager v5.0.5 enabled OK (python, jupyterlab_widgets)
/usr/local/share/jupyter/labextensions
@voila-dashboards/jupyterlab-preview v2.2.0 enabled OK (python, voila)
Other labextensions (built into JupyterLab)
app dir: /home/borntobealive/.local/share/jupyter/lab
Description
I installed a fresh environment on my new computer and I don't manage to run notebooks with voila anymore. when running
I got the following error:
Reproduce
the only package I installed is voila using:
I try to open an empty notebook
Expected behavior
It's still running on my old computer but it's a mac -> PC (with WLS2) so I cannot really compare anything
Context
Troubleshoot Output
Command Line Output
If using JupyterLab
Installed Labextensions