/introduction-to-cl-uzh

For introductory course at UZH.

Primary LanguageJupyter Notebook

introduction-to-cl-uzh

Binder

Notebooks for ECL I exercises can be found in ecl1-notebooks

Notebooks for PCL I can be found in pcl1-notebooks

For Python hackers:-)

Local install and running of notebooks

  1. Clone this repository git clone https://github.com/simon-clematide/introduction-to-cl-uzh-2021.git
  2. cd introduction-to-cl-uzh-2021
  3. Create your own virtual environment:
    1. python3.9 -mvenv venv
    2. source venv/bin/activate
    3. python3.9 -mpip install -r requirements.txt
  4. Start Jupyter notebook server: jupyter notebook