Make sure jupyter-lab is installed (pip install --user --upgrade jupyterlab
). After downloading a notebook, use it via
jupyter notebook ${notebookname}
or open the entire development environment via
jupyter lab
The best way to learn programming is to write code. Have fun!