Skip to content
Snippets Groups Projects
Commit 1a98cff8 authored by Danilo Piparo's avatar Danilo Piparo Committed by GitHub
Browse files

Install notebook 4.2.3

parent 401eb6fe
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ RUN pip2 --no-cache-dir install ipykernel && \ ...@@ -88,7 +88,7 @@ RUN pip2 --no-cache-dir install ipykernel && \
python2 -m ipykernel.kernelspec python2 -m ipykernel.kernelspec
# Install notebook # Install notebook
RUN pip3 --no-cache-dir install 'notebook==4.1' RUN pip3 --no-cache-dir install 'notebook==4.2.3'
# Add a notebook profile # Add a notebook profile
RUN mkdir -p -m 700 /root/.jupyter/ && \ RUN mkdir -p -m 700 /root/.jupyter/ && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment