Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.15 KB

ReactiveMP notebooks for JuliaCon 2021

This repository contains an experiments for ReactiveMP.jl package presented on JuliaCon 2021.

Prerequisites

To run this notebook you need Julia 1.6.x installed on your system.

To start open a Julia REPL in project directory with the following command:

julia --project

To instantiate project dependencies run:

julia> import Pkg; Pkg.instantiate()

This command will install all needed dependencies in a local project environment.

Notebooks

Experiments in this repository use Pluto notebooks, to start Pluto server run the following command:

julia> import Pluto; Pluto.run()

In Pluto.jl UI open the notebooks/presentation.jl notebook. It takes some time to initialise notebook since Pluto.jl executes all cells automatically upon opening.

Note: Interactive plotting has been tested properly in Chrome web-browser only. We cannot guarantee proper interactive visualisation in other web browsers.