Jupyter-notebook for Muti-scale Parameter Regionalization
1 ./notebook
notebook to explore mpr
2 ./mpr
a collection of custom modules
Install the mpr by
cd mpr-python
(optional) conda activate $ENVIRONMENT_NAME
pip install -e .
after that, mpr module can be imported
import mpr
or
if you would like not to install mpr module, insert in the beginning of the notebooks or python scripts
sys.path.append(<PATH TO mpr-python>)
e.g., calling from ./notebook/xx.ipyb, insert
sys.path.append('../')