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
8cbf385b
Commit
8cbf385b
authored
Feb 04, 2018
by
Chris Zubak-Skees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade ipywidgets in scipy for compatibility with 0.31 jupyterlab version
parent
27cf7035
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+2
-2
No files found.
scipy-notebook/Dockerfile
View file @
8cbf385b
...
...
@@ -19,7 +19,7 @@ USER $NB_USER
# use notebook-friendly backends in these images
RUN
conda
install
--quiet
--yes
\
'nomkl'
\
'ipywidgets=7.
0
*'
\
'ipywidgets=7.
1
*'
\
'pandas=0.19*'
\
'numexpr=2.6*'
\
'matplotlib=2.0*'
\
...
...
@@ -47,7 +47,7 @@ RUN conda install --quiet --yes \
# Activate ipywidgets extension in the environment that runs the notebook server
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.3
1.0
&& \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.3
3.1
&& \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR
...
...
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