Skip to content

joshday/Talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talks

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

Opening Pluto Notebooks

.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:

  1. Julia installed https://julialang.org/downloads/
  2. 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.

About

Collection of Public Talks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published