- This is a Julia counterpart to the uproot tutorial
- you can access the pre-rendered notebook: https://moelf.github.io/HSF_Julia_Tutorial/
git clone https://github.com/Moelf/HSF_Julia_Tutorial/cd HSF_Julia_Tutorial/docsjulia --project=.
then:
julia> using Pkg
julia> Pkg.instantiate()
julia> using Pluto; Pluto.run()Then using the web GUI, open up notebooks under
HSF_Julia_Tutorial/docs/src/notebooks/
and start modifying!