Code to accompany paper
- Zhou and M. Parno (2022) "Efficient and Exact Multimarginal Optimal Transport with Pairwise Costs"
First install the cairo and jupyterlab packages using conda:
conda install -c conda-forge cairo jupyterlab
If you plan on building the sphinx documentation, you will also need to install sphinx and the pydata-sphinx-theme:
Then you can install mmot by cloning this repository and install the package with pip:
git clone git@github.com:simda-muri/mmot.git pip install -e mmot
On Colab, you can install mmot by:
!git clone https://github.com:simda-muri/mmot.git !pip install -e mmot