Skip to content

biaslab/ReactiveMP_JuliaCon2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ReactiveMP JuliaCon2021 presentation notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages