Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
607e6254
Commit
607e6254
authored
Mar 10, 2020
by
Mark Dean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update jupyterlab and plotting extensions
parent
e255f1aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
base-notebook/Dockerfile
base-notebook/Dockerfile
+1
-1
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+2
-7
No files found.
base-notebook/Dockerfile
View file @
607e6254
...
@@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
...
@@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN
conda
install
--quiet
--yes
\
RUN
conda
install
--quiet
--yes
\
'notebook=6.0.3'
\
'notebook=6.0.3'
\
'jupyterhub=1.1.0'
\
'jupyterhub=1.1.0'
\
'jupyterlab=
1.2.5
'
&&
\
'jupyterlab=
2.0.1
'
&&
\
conda clean
--all
-f
-y
&&
\
conda clean
--all
-f
-y
&&
\
npm cache clean
--force
&&
\
npm cache clean
--force
&&
\
jupyter notebook
--generate-config
&&
\
jupyter notebook
--generate-config
&&
\
...
...
scipy-notebook/Dockerfile
View file @
607e6254
...
@@ -45,13 +45,8 @@ RUN conda install --quiet --yes \
...
@@ -45,13 +45,8 @@ RUN conda install --quiet --yes \
'xlrd'
\
'xlrd'
\
&&
\
&&
\
conda clean
--all
-f
-y
&&
\
conda clean
--all
-f
-y
&&
\
# Activate ipywidgets extension in the environment that runs the notebook server
jupyter labextension
install
@jupyter-widgets/jupyterlab-manager@^2.0.0
--no-build
&&
\
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter labextension
install
@bokeh/jupyter_bokeh@^2.0.0
--no-build
&&
\
# Also activate ipywidgets extension for JupyterLab
# Check this URL for most recent compatibilities
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.1.0 --no-build && \
jupyter labextension install jupyterlab_bokeh@1.0.0 --no-build && \
jupyter labextension
install
jupyter-matplotlib
--no-build
&&
\
jupyter labextension
install
jupyter-matplotlib
--no-build
&&
\
jupyter lab build
&&
\
jupyter lab build
&&
\
npm cache clean
--force
&&
\
npm cache clean
--force
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment