Jupyter Notebook Tutorial
Explore the Jupyter Notebook and its elements.
We'll cover the following...
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.
Press + to interact
To create a new notebook, click the “New” button at the top of the list. We can select a kernel from the ...