mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 21:12:57 +00:00
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:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user