Search⌘ K
AI Features

Jupyter Notebook Tutorial

Explore how to navigate and use Jupyter Notebook for Python programming. Understand managing code cells, running code with shortcuts, using markdown and LaTeX, and handling kernels. Gain practical skills to efficiently create and execute Python notebooks.

The Jupyter Notebook is a popular web-based IDE among Python developers. It also supports writing markdown text and LaTeX. Here is a brief tutorial on how to use the Jupyter Notebook.

The notebook dashboard

The notebook dashboard is the first page we see when we launch the Jupyter Notebook. It shows a list of all our files and folders. From the notebook dashboard, we can select any notebook to edit.

The notebook dashboard
The notebook dashboard

To create a new notebook, click the “New” button at the top of the list. We can select a kernel from the drop-down menu. ...