Pin jupyter_server==2.0.0

This commit is contained in:
Ayaz Salikhov
2022-12-29 11:51:30 +02:00
parent 6d1862cf30
commit 3bb4d46b68

View File

@@ -39,6 +39,8 @@ RUN mamba install --quiet --yes \
'h5py' \
'ipympl'\
'ipywidgets' \
# Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
'jupyter_server==2.0.0' \
'matplotlib-base' \
'numba' \
'numexpr' \