Skip to content

Latest commit

 

History

History

hands-on

Hands-on

Jupyter notebooks to use during the hands-on sessions:

  1. Open In Colab system_information.ipynb: illustrates how to use several standard library modules to retrieve information from the operating system
  2. Open In Colab filesystem_interaction.ipynb: illustrates how to work with the file system.
  3. Open In Colab shell_interaction.ipynb: illustrates the use of the sh and subprocess modules to interact with the shell.
  4. Open In Colab julia.ipynb: illustrates monitoring a running process.
  5. Open In Colab compressed_files.ipynb: illustrating how to work with compressed files and archives.

The notebook on SSH is not included, since that can not be used without proper authentication.

Supporting materials:

  1. julia_omp.f90: Fortran source code used in several of the Jupyter notebooks.