rinikerlab / cadd_exercises

Exercises from TeachOpenCADD for the ETH Intro to CADD course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launching these notebooks in binder

This link will create a binder session with the notebooks running in jupyter lab: https://mybinder.org/v2/gh/rinikerlab/cadd_exercises/main

Getting started in your own python environment

  1. Install a miniconda distribution, we recommend miniforge.
  2. Make sure you have mamba installed in your base environment.
  3. Create the cadd_exercises environment with the command: mamba env create -f cadd_exercises.yml
  4. Activate the environment: conda activate cadd_exercises

About

Exercises from TeachOpenCADD for the ETH Intro to CADD course


Languages

Language:Jupyter Notebook 100.0%