Technical prerequisites
There are only two prerequisites for the exercises on this site:
- the Julia language. Download and install the current stable release.
- Visual Studio Code. Download and install the current version for your OS.
If you’re on Mac OS, open VS Code, open the Command Palette (Cmd+Shift+P) and start typing ‘shell command’. When you see a listing like this
, choose Install 'code' command in PATH.
One theme of our work will be that we don’t do computational work without designing a way to test, so we will devote one class session to testing that your personal machine is ready to go for all of our hands-on exercises. You can try the tests on your own ahead of time.