Week 1: Intro

Julia + Pluto installation

Almost all course material will be provided in form of Pluto notebooks which you can run on your computer. Here is the recipe to install Julia and Pluto. See also the Pluto homepage.

using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()

As a result, you should see the "welcome to Pluto.jl" page in your browser. You can paste the notebook links from this course directly into the "Open from file" input box.

Some Julia resources

First contact: Pluto

First contact: Julia