Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 419 Bytes

CAMLab-DLSCTutorials

The repository is a collection of python notebooks and scripts related to the lectures available at https://www.youtube.com/@CAMLabETHZurich/

The scripts are based on Python 3.8 and Jupyter Notrbook. The required packages can be installed with:

python3 -m pip install -r requirements.txt

The jupyter notebooks can be run with:

python3 jupyter notebook name_of_the_file.ipynb