Skip to content

jmuchovej/Probmods.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probmods.jl

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

Getting Started

  1. Download Docker and Docker Compose (see below for links).
  2. Clone/download this repository and navigate to it on your local filesystem.
  3. Right-click the folder and "Open in Terminal/PowerShell" (based on your OS).
  4. Launch Probmods.jl by running: docker-compose up (keep this window open).
  5. Open your browser and navigate to http://localhost:7655/lab

Docker downloads