This is my project for my Physics laboratory-2 course at University of Bologna.
This code was tested and running on Mac OS X 10.14.6 Mojave and Windows 10.
After installing dependencies, cd
in the source code directory and run
pipenv install
to install modules.
Run
pipenv run jupyter-lab
to launch jupyter. If it doesn't open by itself, follow the link on the console.
If there is a permission error on wsl, just chown
the needed files/directories.
Don't use root --notebook
, it's buggy.
Also note that c++ root kernel is slow at loading. Have patience.