If you're just getting started with Jupyter notebooks, the first thing you'll have to do is figure out how ti install Jupyter notebooks and then create a new workbook.
As a beginner, that can be confusing because Jupyter isn't like most packages.
The main idea with Jupyter notebooks is that you install Jupyter using pip3 install jupyter, then you go to a directory on your machine and in a command window type jupyter notebook.
Your browser will launch and this will allow you to create a new Jupyter notebook.
Helpful links
https://jupyter-notebook-beginner-gui...
https://jupyter.org/try
#Jupyter #Python #iPython