This repo contains the content for every talk I've every given.
The content/slides could be anything from:
- Jupyter Notebooks
- Pluto Notebooks
- Apple Keynote Slides
.jl
Files that start with something like:
### A Pluto.jl notebook ###
# v0.19.27
are Pluto Notebooks. Pluto is a reactive programming environment that is specific to Julia and they don't display well in GitHub.
To open a Pluto notebook, you need:
- Julia installed https://julialang.org/downloads/
- Pluto installed. Within the Julia REPL, run:
using Pkg
Pkg.add("Pluto")
Then to open the notebook, run:
using Pluto
Pluto.run()
This launches the Pluto home page in your web browser. Use the "Open a Notebook" box to open the notebook file.