Week 1: Intro

Introductory remarks

Computer hardware

Computer languages

First contact: Pluto

First contact: Julia

Julia + Pluto installation

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.

Comprehensive Julia + Pluto installation guide by Fons van der Plas (TU Berlin/MIT Boston) made for the MIT course on Computational Thinking.