This repository stores the notebooks (Jupyter
and Pluto
) for the data download with Beacon
and the gridding with DIVAnd
in the frame of the FAIR-EASE project.
Instructions from https://julialang.org/downloads/
- Linux and MacOS
curl -fsSL https://install.julialang.org | sh
- Windows
winget install julia -s msstore
Select one of the two following methods:
- Using the package REPL (pressing the
]
key at the Julian REPL prompt)
(@v1.10) pkg> add Pluto
or
- Using the Pkg module:
julia> using Pkg; Pkg.add("Pluto")
In a Julia session:
using Pluto
Pluto.run()
This command should issue a message such as:
[ Info: Loading...
┌ Info:
└ Opening http://localhost:1234/?secret=sBT5gG12 in your default browser... ~ have fun!
┌ Info:
│ Press Ctrl+C in this terminal to stop Pluto
└
and the notebook interface got open in your browser.
Select the file called get_argo_data_pluto.jl
.