Prerequisites

Before you start using Jupyter with Visual Studio Code you will need to ensure you have either Jupyter or IPython installed locally.
Note: You need to install either Jupyter or IPython.

Jupyter

IPython

  • If you already have Python installed and are familiar with installing packages, you can get IPython with pip:
    pip install ipython

Getting started

Once the Prerequisites have been installed and setup you might want to have a look at the Getting Started section or the Examples section.

Topics:

Prerequisites

Before you start using Jupyter with Visual Studio Code you will need to ensure you have either Jupyter or IPython installed locally.
Note: You need to install either Jupyter or IPython.

Jupyter

IPython

  • If you already have Python installed and are familiar with installing packages, you can get IPython with pip:
    pip install ipython

Getting started

Once the Prerequisites have been installed and setup you might want to have a look at the Getting Started section or the Examples section.