Skip to content

Jupyter (IPython)

Don Jayamanne edited this page Sep 28, 2016 · 8 revisions

It is possible send Python code to a Jupyter (IPython) kernel directly from within Visual Studio Code and view the results in there.

You can now run Python code directly against a Jupyter (or IPython) kernel.

Features

  • Running a line of Python code in a Kernel
  • Running selected Pytohn code in a Kernel
  • Running a block of code (cell) in a Kernel
  • Restart, Interrupt and Shutdown a kernel
  • Selecting a kernel
  • Viewing output within Visual Studio Code (Images, Html, Graphs, Latex, SVG, and more)

Getting Started

Before using Jupyter (IPython), you will need to ensure the prerequisites are installed and setup.

Running Cells

Clone this wiki locally