-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.
- 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)
Before using Jupyter (IPython), you will need to ensure the prerequisites are installed and setup.