Skip to content

StanJulia/StanExampleNotebooks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for the Pluto notebooks in StanExampleNotebooks.jl.

All example notebooks require a working cmdstan installation. See here.

Usage

To (locally) reproduce and use this project, do the following:

  1. 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.

  1. 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.

  1. Select a notebook in the open a file entry box, e.g. type ./ and select a notebook.