Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 711 Bytes

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