A Jupyter extension to launch VS Code
Project description
Jupyter VS Code Server
About jupyter-vscode-server
A Jupyter Notebook extension to launch cdr/code-server (VS Code).
Using jupyter-vscode-server
You must already have code-server installed. Check out code-server's Getting Started section.
Extension can be install with:
pip install jupyter-vscode-server
Example Dockerfile segment to install code-server:
ENV CODESERVER_URL="https://github.com/cdr/code-server/releases/download/1.1119-vsc1.33.1/code-server1.1119-vsc1.33.1-linux-x64.tar.gz" \
CODESERVER="code-server1.1119-vsc1.33.1-linux-x64"
RUN wget ${CODESERVER_URL} && \
tar xvf ${CODESERVER}.tar.gz && \
mv ${CODESERVER}/code-server /usr/local/bin/ && \
rm -rf code-server* && \
rm -rf /tmp/* && \
rm -rf $HOME/.cache && \
rm -rf $HOME/.node-gyp && \
fix-permissions $CONDA_DIR && \
fix-permissions $HOME
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyter-vscode-server-0.0.10.tar.gz
.
File metadata
- Download URL: jupyter-vscode-server-0.0.10.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d205dc33347fcb52233d657b6052837b4f28b127344e5a7de984adb8453cf5 |
|
MD5 | 29780ce5c5f9221b4e30e49a7e376f21 |
|
BLAKE2b-256 | d06c1329a09b27e6f8a274343efe42e7e1f8ab920604c18d10e43c2d8b20b268 |
File details
Details for the file jupyter_vscode_server-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: jupyter_vscode_server-0.0.10-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e9d20fc26bae20c203c082032c70fe26fd4b185b68e3d8ad9d7dab1281e9263 |
|
MD5 | 1a721c5c8ac2ba81302225c803d4619a |
|
BLAKE2b-256 | 5cb9b258ec2efa74b51864ea7f7afea16b46bbeeac06083e21dcfa537ee004bc |