This is a collection of jupyter notebooks adn python scripts for drawing histograms created using ntuple-tools.
You can browse the actual notebook output clicking on the link:
Notebook Viewer (NBViewer)python kernel install --name "<venvname>" --user
Start jupyter notebook
:
jupyter notebook
or alternatively:
root --notebook
Select the kernel you just created to run the notebooks!
An introduction to the functionality of the package can be found in the notebook
notebooks/getting-started.ipynb
nbviewer allows to display the notebook output from a github repository, including the javascript to display the ROOT plots correctly.
A pre-commit
hook can be used to update the link in the Browsing the notebooks
section of this README to point to the current branch.
To install the hook:
cp python/pre-commit.py .git/hooks/pre-commit