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,
- Install VS Code Insiders.
- Install this extension.
- Launch VS Code Insiders from the command line using
code-insiders --enable-proposed-api=joyceerhl.vscode-pyolite
. - Open or create a notebook file and start coding!
Acknowledgments
vscode-pyolite builds on top of:
- The VS Code notebooks API
- JupyterLite
- Pyodide
- The Jupyter extension for VS Code