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.
pip3 install --upgrade pip
pip3 install jupyter
pip install ipython
Once the Prerequisites have been installed and setup you might want to have a look at the Getting Started section or the Examples section.
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.
pip3 install --upgrade pip
pip3 install jupyter
pip install ipython
Once the Prerequisites have been installed and setup you might want to have a look at the Getting Started section or the Examples section.