Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 630 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 630 Bytes

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
  1. Setup the conda environment
cd carl-notebooks
conda env create -f environment.yml
source activate carl-notebooks
  1. Start Jupyter
jupyter notebook