Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 865 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 865 Bytes

Jupyter Browser for VS Code

MIT licensed

This extension aims to support opening a jupyter server browser inside vscode editor.

Features

  1. Load external jupyter server and open inside vscode.

  2. Start a jupyter server and render local jupyter notebook files (.ipynb) inside vscode.

How it works

This extension holds a jupyter server manager inside. The jupyter server will start a server when opening .ipynb file and close when exit vscode.

This extension using vscode.previewHtml command to render a jupyter browser inside vscode.

Known Issues

  1. There is a slim chance that the jupyter server might not be stopped properly. Which means you could see the server by running "jupyter notebook list" outside vscode.