/casdmit-fs21

Code for CAS DMIT in Spring 2021/2022/2023

Primary LanguageJupyter Notebook

CAS DMIT Jupyter Notebooks

Binder

Local install and running of notebooks

  1. Download and install newest anaconda
  2. Activate your conda base environment conda activate base
  3. Clone this repository git clone https://github.com/simon-clematide/casdmit-fs21/master.git
  4. cd casdmit-fs21
  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