Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Remote editing - JupyterNew to Visual Studio Code? Get it now.
Remote editing - Jupyter

Remote editing - Jupyter

Sam Helms

|
10,307 installs
| (0) | Free
This package allows you to edit files on remote computers via a jupyter notebook server.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remote editing - Jupyter

This extension allows you to remotely edit files by connecting to a jupyter notebook server. The Jupyter filesystem root will be the base directory of your vscode workspace.

Usage

Open the command pallette (cmd+shift+p or f1) and run "Setup Jupyter Workspace".

Then open the command pallette again and run "Connect to a Jupyter Server". You will be prompted for a jupyter server. This server needs to have the following config setting: NotebookApp.allow_origin (you could open the notebook using jupyter notebook --NotebookApp.allow_origin="*". If it is remote you might need to add `--ip="0.0.0.0").

TODOS

  • [] Make the launch process smoother (one step).
  • [] tests??
  • [x] allow deleting entire folders
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft