This extension aims to support opening a jupyter server browser inside vscode editor.
-
Load external jupyter server and open inside vscode.
-
Start a jupyter server and render local jupyter notebook files (.ipynb) inside vscode.
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.
- 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.