diana-hep / carl-notebooks

2 stars 5 forks source link

Notebook examples from carl

For the easy way, just click on the Binder button below!

Binder

Local installation

1) Download and install the latest Anaconda distribution, coming with Python 3.5 and the full scientific Python stack.

2) Clone this repository

git clone https://github.com/diana-hep/carl-notebooks.git

3) Setup the conda environment

cd carl-notebooks
conda env create -f environment.yml
source activate carl-notebooks

4) Start Jupyter

jupyter notebook