A port of probmods.org to Julia. Below is a description of each directory of interest.
chapters/
| reprints/ # A port to Julia along with rephrasing in my own words
| verbatim/ # A verbatim port to Julia, in Probmods.org's terminology
- Download Docker and Docker Compose (see below for links).
- Clone/download this repository and navigate to it on your local filesystem.
- Right-click the folder and "Open in Terminal/PowerShell" (based on your OS).
- Launch Probmods.jl by running:
docker-compose up
(keep this window open). - Open your browser and navigate to http://localhost:7655/lab
- Windows: https://docs.docker.com/docker-for-windows/install/
- MacOS: https://docs.docker.com/docker-for-mac/install/
- Linux (Ubuntu): https://docs.docker.com/engine/install/ubuntu/
- You'll need to manually install Docker Compose as well. (DigitalOcean often has good guides for this.)