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-2021.git
cd introduction-to-cl-uzh-2021
- Create your own virtual environment:
python3.9 -mvenv venv
source venv/bin/activate
python3.9 -mpip install -r requirements.txt
- Start Jupyter notebook server:
jupyter notebook