zhangfeiran / vscode-ipython

IPython extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an extension for VSCode that adds IPython commands and helpers, made to address many issues from the python development community: Download it here: https://marketplace.visualstudio.com/items?itemName=pancho111203.vscode-ipython

DonJayamanne/vscodeJupyter#19 https://github.com/DonJayamanne/pythonVSCode/issues/480 https://github.com/DonJayamanne/pythonVSCode/issues/303 https://github.com/Microsoft/vscode-python/issues/727

Usage

Currently it includes two commands:

  • ipython.sendFileContentsToIPython Will send the complete file contents into the open ipython instance (or a new one if none is open)
  • ipython.sendSelectedToIPython Will send the selected lines, or the one where the cursor is, to the open ipython instance (or a new one if none is open)

Limitations

Only one ipython instance will work, can't have multiple at the same time.

About

IPython extension for VSCode


Languages

Language:JavaScript 100.0%