debuggy / vscode-jupyter-browser

Jupyter Notebook and Azure Notebook are getting popular amongst AI professional. VSCode Tools4AI is an extension of VSCode, we could add some features to make it MUCH easier to use Notebooks, editing code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Jupyter Notebook and Azure Notebook are getting popular amongst AI professional. VSCode Tools4AI is an extension of VSCode, we could add some features to make it MUCH easier to use Notebooks, editing code.

License:MIT License


Languages

Language:TypeScript 100.0%