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
Open sidebar
jupyterhub-paris-saclay
image
Commits
2c0602e7
Commit
2c0602e7
authored
Sep 02, 2021
by
Nicolas M. Thiéry
Browse files
Visual Studio postinstall
parent
391de389
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
2c0602e7
...
...
@@ -77,9 +77,9 @@ RUN mamba env update -n base -f environment.yml && \
# Enable the Visual Studio proxy extension in notebook and lab
# Taken from https://github.com/betatim/vscode-binder/blob/master/postBuild
#
RUN jupyter serverextension enable --py jupyter_server_proxy
#
RUN jupyter labextension install @jupyterlab/server-proxy
#
RUN code-server --install-extension ms-python.python
RUN
jupyter serverextension
enable
--py
jupyter_server_proxy
RUN
jupyter labextension
install
@jupyterlab/server-proxy
RUN
code-server
--install-extension
ms-python.python
# Install unpackaged jupyterlab extensions
# run_all_buttons is currently incompatible with latest JupyterLab 3;
...
...
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