- If needed, install Julia. We recommend Juliaup:
- Documentation on installing Juliaup: https://github.com/JuliaLang/juliaup
- If needed, install Jupyter. There are several options:
- within Julia via IJulia
- using
pip
as described at Jupyter lab - the Anaconda suite (warning: large)
- Clone this repository with git
- Activate the environment, instantiate, and precompile:
using Pkg
Pkg.activate(path_to_repository_clone)
Pkg.instantiate()
Pkg.precompile()
- Launch Jupyter
- Run the notebooks to ensure they execute (we'll go over them in detail during the workshop)
- Documentation: https://juliaimages.org/stable/
- Github: https://github.com/JuliaImages
- Twitter: https://twitter.com/juliaimages
- Mastodon: https://julialang.social/@juliaimages
- Linkedin: https://www.linkedin.com/company/juliaimages
- Youtube: https://www.youtube.com/@JuliaImages