Navigation Menu

Skip to content

simon-clematide/introduction-to-cl-uzh-2020

Repository files navigation

introduction-to-cl-uzh-2020

Binder

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

For Python hackers:-)

Local install and running of notebooks

  1. Download and install newest anaconda for Python 3
  2. Activate your conda base environment conda activate base
  3. Clone this repository git clone https://github.com/simon-clematide/introduction-to-cl-uzh-2020.git
  4. cd introduction-to-cl-uzh-2020
  5. Create your own virtual environment:
    1. python3 -mvenv venv
    2. source venv/bin/activate
    3. python3 -mpip install -r requirements.txt
  6. Start Jupyter notebook server: jupyter notebook

About

Binder machine for introductory CL courses at UZH 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published