Skip to content

Code and data supporting the paper "Incremental Material Flow Analysis with Bayesian Inference"

License

Notifications You must be signed in to change notification settings

ricklupton/bayesian-mfa-paper

Repository files navigation

DOI

Installation

Using Anaconda, create an environment with the required packages, and activate it:

$ conda env create --file environment.yml
$ source activate bayesian-mfa-paper     # remove the word "source" on Windows

The last successfully used package versions are listed in exact-package-versions.txt.

Enable the environment IPython kernel and the Sankey widget

$ python -m ipykernel install --sys-prefix
$ jupyter nbextension enable --py --sys-prefix widgetsnbextension
$ jupyter nbextension enable --py --sys-prefix ipysankeywidget

Run the Jupyter notebook server:

$ jupyter notebook

About

Code and data supporting the paper "Incremental Material Flow Analysis with Bayesian Inference"

Resources

License

Stars

Watchers

Forks

Packages

No packages published