Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Jupyter Environment

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

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.

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.