Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 939 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 939 Bytes
Alma Mater Studiorum Logo

kstar-decay-analysis

This is my project for my Physics laboratory-2 course at University of Bologna.

Dependencies

  • ROOT (required, version 6.18^)
  • pipenv (required)

Running

This code was tested and running on Mac OS X 10.14.6 Mojave and Windows 10.

Set-up Jupyter

After installing dependencies, cd in the source code directory and run

pipenv install

to install modules.

Launch Jupyter Lab

Run

pipenv run jupyter-lab

to launch jupyter. If it doesn't open by itself, follow the link on the console.

Troubleshooting

If there is a permission error on wsl, just chown the needed files/directories.

Additional notes

Don't use root --notebook, it's buggy.

Also note that c++ root kernel is slow at loading. Have patience.