https://github.com/moelf/hsf_julia_tutorial
Julia counterparts to the HEP Software Foundation (HSF) tutorials
https://github.com/moelf/hsf_julia_tutorial
cern hep hep-ex julia
Last synced: about 1 year ago
JSON representation
Julia counterparts to the HEP Software Foundation (HSF) tutorials
- Host: GitHub
- URL: https://github.com/moelf/hsf_julia_tutorial
- Owner: Moelf
- Created: 2022-07-25T19:42:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T20:08:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T12:42:48.085Z (over 1 year ago)
- Topics: cern, hep, hep-ex, julia
- Homepage: https://moelf.github.io/HSF_Julia_Tutorial/
- Size: 3.82 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
- This is a Julia counterpart to the [uproot tutorial](https://masonproffitt.github.io/uproot-tutorial/)
- you can access the pre-rendered notebook: https://moelf.github.io/HSF_Julia_Tutorial/
## For evelopers:
1. `git clone https://github.com/Moelf/HSF_Julia_Tutorial/`
2. `cd HSF_Julia_Tutorial/docs`
3. `julia --project=.`
then:
```julia
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!