Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter-vscode-server-0.0.7.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

jupyter_vscode_server-0.0.7-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page