The "tutorials" folder of this repo contains the Pluto notebooks used in the workshop. They can be installed and used to follow along as follows:
- Click the green code button on Github and download the package to your computer. If needed, unzip the file.
- Start Julia within the JuliaCon2022_Catalyst_Workshop folder, or navigate to this folder within Julia.
- Enter
using Pkg
Pkg.activate(".")
Pkg.instantiate()
using Pluto
Pluto.run()
- At this point Pluto should open in your web browser, and you can load any of the workshop notebooks.
Note, these tutorials use Catalyst 12.1.3 and require Julia 1.8.