Notebooks for ECL I exercises can be found in ecl1-notebooks
Notebooks for PCL I can be found in pcl1-notebooks
- Clone this repository
git clone https://github.com/simon-clematide/introduction-to-cl-uzh.git cd introduction-to-cl-uzh- Create your own virtual environment:
python3.11 -mvenv venvsource venv/bin/activatepython3.11 -mpip install -r requirements.txt
- Start Jupyter notebook server:
jupyter lab