All example notebooks require a working cmdstan
installation. See here.
To (locally) reproduce and use this project, do the following:
- Download this project from Github and move to the downloaded directory, e.g.:
$ cd .julia/dev
$ git clone https://github.com/StanJulia/StanExampleNotebooks.jl StanExampleNotebooks
$ cd StanExampleNotebooks
The next step assumes your basic
Julia environment includes Pkg
and Pluto
.
- Start a Pluto notebook server.
$ cd notebooks
$ julia
julia> using Pluto
julia> Pluto.run()
A Pluto page should open in a browser. See this page for a quick Pluto introduction.
- Select a notebook in the
open a file
entry box, e.g. type./
and select a notebook.