Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 805 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 805 Bytes

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