File tree Expand file tree Collapse file tree 4 files changed +7
-16
lines changed
Expand file tree Collapse file tree 4 files changed +7
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ channels :
2+ - conda-forge
3+ dependencies :
4+ - numpy
5+ - jupyter-server-proxy
6+ - code-server
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- CODE_SERVER_VERSION=" 2.1692-vsc1.39.2"
4-
53# Enable the proxy extension in notebook and lab
64jupyter serverextension enable --py jupyter_server_proxy
75jupyter labextension install jupyterlab-server-proxy
86jupyter lab build
97
10- # Download and install VS Code server
11- wget -q -O code-server.tar.gz https://github.com/cdr/code-server/releases/download/${CODE_SERVER_VERSION} /code-server${CODE_SERVER_VERSION} -linux-x86_64.tar.gz
12- mkdir -p ~ /.local/bin
13- tar -xvf code-server.tar.gz -C ~ /.local/bin --strip-components=1
14- rm -rf code-server.tar.gz
15-
16- wget https://github.com/microsoft/vscode-python/releases/download/2019.10.44104/ms-python-release.vsix
17- code-server --install-extension ms-python-release.vsix
18- rm -rf ms-python-release.vsix
8+ code-server --install-extension ms-python.python
199
2010# Install the VS code proxy
2111pip install -e.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments