Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
jupyterhub-paris-saclay
image
Commits
d6950a42
Commit
d6950a42
authored
Mar 31, 2021
by
Nicolas M. Thiéry
Browse files
Tentative installation of editor-tabs
parent
683b4fa6
Pipeline
#112308
passed with stages
in 104 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+3
-0
No files found.
Dockerfile
View file @
d6950a42
...
...
@@ -95,9 +95,12 @@ RUN jupyter labextension install @wallneradam/run_all_buttons; exit 0
# npm cache clean --force
# Force nbgrader extension reinstallation to ensure 0.7.dev
# Install Min's editor-tabs extension to enable tabs in the jupyter editor
RUN
jupyter nbextension
install
--sys-prefix
--py
nbgrader
--overwrite
&&
\
jupyter nbextension
enable
--sys-prefix
--py
nbgrader
&&
\
jupyter serverextension
enable
--sys-prefix
--py
nbgrader
&&
\
jupyter nbextension
install
--sys-prefix
https://raw.githubusercontent.com/minrk/ipython_extensions/master/nbextensions/editor-tabs.js
&&
\
jupyter nbextension
enable
--section
edit editor-tabs
&&
\
jupyter lab clean
&&
\
jlpm cache clean
&&
\
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