Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 269 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 269 Bytes

Heliospheric propagation tool

Recommended setup

# create and activate virtual environment
python3 -m venv env
source env/bin/activate

# install requirements
pip3 install -r requirements.txt

# run jupyter notebook
jupyter notebook flare_sketch.Rmd