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.
pip install illumidesk-vscode-proxy
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
.
This extension relies on the Jupyter Notebook to run. Refer to Jupyter's official documentaion for installation instructions.
Install the package with pip:
pip install illumidesk-vscode-proxy
This setup launches VS Code in a new browser tab. Refer to jupyter-server-proxy
's documentation for additional configuration settings.
BSD 3-Clause