Skip to content

aprozo/cernroot_training

Repository files navigation

cernroot_training

Binder Github Codespace

Unfortunately, in order to run it with ROOT C++ kernel, one has to run it in terminal

mkdir -p  ~/.local/share/jupyter/kernels
cp -r $ROOTSYS/etc/notebook/kernels/root ~/.local/share/jupyter/kernels
jupyter notebook --allow-root

Then, wait untill the page is reloaded and choose Jupyter Kernel -> ROOT


I like to run it on my own system:

  • Git clone this repo:
git clone https://github.com/aprozo/cernroot_training
  • One needs to install ROOT

  • Then install some additional packages with

sudo apt-get update && apt-get install -y git python3-pip
python3 -m pip install --upgrade wheel jupyter metakernel dask distributed pyspark
  • After it run
root --notebook

Part of the material has been reused from:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages