1.3. Jupyter Environment#

For working on Jupyter Notebooks, we recommend either of the following environments.

1.3.1. Jupyter Lab#

If you have Python installed, you can install Jupyter Lab via pip as follows.

pip install jupyterlab

After installation, start Jupyter Lab from the command prompt as follows.

jupyter lab

This will open a Jupyter Lab page on your browser.

1.3.2. VS Code Jupyter Extension#

They provide a Jupyter Extention in VS Code. Select the extensions icon extension in the side bar, search for “Jupyter” and install.