Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 660 Bytes

JuliaCon 2022 Catalyst Workshop

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:

  1. Click the green code button on Github and download the package to your computer. If needed, unzip the file.
  2. Start Julia within the JuliaCon2022_Catalyst_Workshop folder, or navigate to this folder within Julia.
  3. Enter
using Pkg
Pkg.activate(".")
Pkg.instantiate()
using Pluto
Pluto.run()
  1. 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.