Jupyter & File Management

Technically all our Short Courses with notebooks are running in jupyter notebooks, in different versions, so we want you to take this guidelines into account:

  • Jupyter Versions: The platform runs on Linux-based kernels and slight syntax differences (like file paths using / vs \) may occur on Windows.

  • Downloading Files:

    • Jupyter notebook version : File → Open… (to see the directory)
      In the directory you can find the .ipynb notebook shown in the lab as well as the utility scripts (utils.py)
      From that jupyter notebook browser, you directly have the option to select the file and → Download.


In the same platform, go to the top menu: File > Open


You will find the different folders with the resources for each lab

Crucial: friendly reminder that you must download the helper files (utils.py, requirements.txt, data.csv), not just the notebook, or the code will fail locally.