Skip to content

Setting up a local environment

Kevin Mader edited this page Jan 27, 2019 · 2 revisions

You can create an identical environment to the class by following a few steps.

  1. download the repository (or cloning with git)
  2. Install anaconda python
  3. Navigate to the Quantitative-Big-Imaging-2019 folder
  4. Run conda env create -f binder/environment.yml in the terminal
  5. Type source activate qbi2019
  6. Type jupyter notebook to start the notebook server

Clone this wiki locally