You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of examples for [RxInfer.jl](https://github.com/ReactiveBayes/RxInfer.jl), a Julia package for reactive message passing and probabilistic programming.
29
11
30
12
Navigate to the [Examples](https://examples.rxinfer.com) page to check the pre-rendered examples or clone the repository and run the examples locally. Additionally, explore the official [RxInfer.jl](https://docs.rxinfer.com) documentation.
@@ -60,6 +42,10 @@ Navigate to the [Examples](https://examples.rxinfer.com) page to check the pre-r
60
42
61
43
All the examples are Jupyter notebooks, which also can be run with [Jupyter](https://jupyter.org/).
62
44
45
+
## Interactive examples
46
+
47
+
Most of the examples are available on the [official website](https://examples.rxinfer.com). Some examples, however, cannot be converted to a static HTML file and thus are placed under `interactive/` folder. Those examples can only be executed inside Jupyter notebook environment (or a plugin like in VSCode) as they may require some features that are not available in pure HTML.
48
+
63
49
## Contributing
64
50
65
51
We welcome contributions! Please check our [contribution guide](https://examples.rxinfer.com/how_to_contribute/) for guidelines.
0 commit comments