Some fixes for Jupyter Notebook 7 (#1944)

* Some fixes for Jupyter Notebook 7

* Fix jupyter nbextension

* Remove explicit port setting
This commit is contained in:
Ayaz Salikhov
2023-07-25 12:51:17 +04:00
committed by GitHub
parent ca6272c2be
commit b8d617dc05
3 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,8 @@ WORKDIR /tmp
RUN mamba install --yes \
'notebook' \
'jupyterhub' \
'jupyterlab' && \
'jupyterlab' \
'nbclassic' && \
jupyter notebook --generate-config && \
mamba clean --all -f -y && \
npm cache clean --force && \