mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +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:
@@ -64,7 +64,7 @@ RUN mamba install --yes \
|
||||
# Install facets which does not have a pip or conda package at the moment
|
||||
WORKDIR /tmp
|
||||
RUN git clone https://github.com/PAIR-code/facets.git && \
|
||||
jupyter nbextension install facets/facets-dist/ --sys-prefix && \
|
||||
jupyter nbclassic-extension install facets/facets-dist/ --sys-prefix && \
|
||||
rm -rf /tmp/facets && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
Reference in New Issue
Block a user