Jupyter notebooks to use during the hands-on sessions:
-
system_information.ipynb
: illustrates how to use several standard library modules to retrieve information from the operating system -
filesystem_interaction.ipynb
: illustrates how to work with the file system. -
shell_interaction.ipynb
: illustrates the use of thesh
andsubprocess
modules to interact with the shell. -
julia.ipynb
: illustrates monitoring a running process. -
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:
julia_omp.f90
: Fortran source code used in several of the Jupyter notebooks.