Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

IllumiDesk/illumidesk-vscode-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IllumiDesk Jupyter Proxy for VS Code

VS Code is one of the more popular IDE's. VS Code has become a legitimate alternative for data scientists and data analysts thanks in part to its native support for Jupyter Notebooks and third party extensions that enhance user productivity. This package was built using the jupyter-server-proxy cookiecutter template.

Installation

pip install illumidesk-vscode-proxy

Requirements

Install Code Server

The code-server tool webifies VS Code. This package is intented to run in environments that run Jupyter Notebooks within a containerized environment such as docker.

Install Jupyter Notebook

This extension relies on the Jupyter Notebook to run. Refer to Jupyter's official documentaion for installation instructions.

Install illumidesk-vscode-proxy

Install the package with pip:

pip install illumidesk-vscode-proxy

Why?

This setup launches VS Code in a new browser tab. Refer to jupyter-server-proxy's documentation for additional configuration settings.

Attributions

License

BSD 3-Clause