/vscode-pyolite

Primary LanguageJupyter Notebook

Python kernel for Jupyter notebooks in Visual Studio Code

No Python installed? No problem. Run Python code in Visual Studio Code's Jupyter notebooks using the Pyolite kernel.

Quick start

To use this extension,

  1. Install VS Code Insiders.
  2. Install this extension.
  3. Launch VS Code Insiders from the command line using code-insiders --enable-proposed-api=joyceerhl.vscode-pyolite.
  4. Open or create a notebook file and start coding!

Acknowledgments

vscode-pyolite builds on top of:

  1. The VS Code notebooks API
  2. JupyterLite
  3. Pyodide
  4. The Jupyter extension for VS Code