Skip to content

Jupyter (IPython) Prerequisites

Don Jayamanne edited this page Oct 26, 2016 · 4 revisions

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.

  • 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.

Clone this wiki locally