Purpose of the course
What is a Pluto notebook ?
Pluto notebook: pluto/julia, html
Basic information about Julia
Links to Julia resources
number types, control structures, functions ...
Pluto notebook: pluto/julia, html
If you have been unable to attend the lecture in person, you can watch the introductory videos (week1, week2) from last year.
Preferably, use Chrome or Firefox as browsers
Download Julia and install it according to the procedure on you particular operating system. I recommend to use julia-1.8.2
Invoke Julia and issue the following commands:
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.