kylebarron / vscode-jupyter-python

Run automatically-inferred Python code blocks in the VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=kylebarron.vscode-jupyter-python
MIT License
37 stars 3 forks source link
ipython jupyter python visual-studio-code vscode vscode-extension

vscode-jupyter-python README

Run automatically-inferred Python code blocks in Jupyter.

In this example, the only keyboard shortcut used is Shift+Enter:

This is inspired by the Hydrogen and hydrogen-python extensions for Atom.

Install

Install from the Visual Studio Marketplace or search kylebarron.vscode-jupyter-python in the vscode extensions search bar.

Features

Keyboard Shortcuts

By default there are two shortcuts defined:

Requirements

This depends on the upstream vscode-jupyter extension, where this extension simply infers what text to send to jupyter.execSelectionInteractive.

Extension Settings

Known Issues

This is an early package so there are probably bugs.