Open andremolenaar opened 1 year ago
Describe the bug When trying to create the docker container in Step 2 of the workshop, the creation fails with an error.
[4/4] RUN jupyter labextension install jupyterlab-plotly@5.3.1: 7 0.445 Traceback (most recent call last): 7 0.445 File "/opt/conda/bin/jupyter-labextension", line 5, in 7 0.445 from jupyterlab.labextensions import main 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyterlab/init.py", line 7, in 7 0.445 from .labapp import LabApp 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyterlab/labapp.py", line 15, in 7 0.445 from jupyter_server.serverapp import flags 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyter_server/serverapp.py", line 59, in 7 0.445 from jupyter_client import KernelManager 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyter_client/init.py", line 8, in 7 0.445 from .asynchronous import AsyncKernelClient # noqa 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyter_client/asynchronous/init.py", line 1, in 7 0.445 from .client import AsyncKernelClient # noqa 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyter_client/asynchronous/client.py", line 8, in 7 0.445 from ..channels import AsyncZMQSocketChannel, HBChannel 7 0.445 File "/opt/conda/lib/python3.8/site-packages/jupyter_client/channels.py", line 12, in 7 0.445 from jupyter_core.utils import ensure_async 7 0.445 ImportError: cannot import name 'ensure_async' from 'jupyter_core.utils' (/opt/conda/lib/python3.8/site-packages/jupyter_core/utils/init.py) executor failed running [/bin/bash -o pipefail -c jupyter labextension install jupyterlab-plotly@5.3.1]: exit code: 1
[4/4] RUN jupyter labextension install jupyterlab-plotly@5.3.1:
executor failed running [/bin/bash -o pipefail -c jupyter labextension install jupyterlab-plotly@5.3.1]: exit code: 1
To Reproduce
Expected behavior I would expect a docker container to build where a working jupyter notebook is present.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
I'm getting the same error (MacOS Ventura 13.5.2 on M2).
Customers got the same error. I also can reproduce.
Describe the bug When trying to create the docker container in Step 2 of the workshop, the creation fails with an error.
Error I get when building the container => ERROR [4/4] RUN jupyter labextension install jupyterlab-plotly@5.3.1 0.5s
To Reproduce
Expected behavior I would expect a docker container to build where a working jupyter notebook is present.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.