Example Jupyter Notebooks¶
The Jupyter Notebook is a web-based interactive Python (and, actually, other languages as well) environment that can mix rich text, graphics, and running Python code. It is used widely within IDAES as a tool for performing and sharing analyses.
This page provides links to some example notebooks, rendered in their HTML version with the Jupyter Notebook viewer. You can run the original form of the notebook from the “examples” directory in the DMF source code, with a command like:
# if necessary setup your virtual environment first
# to include the installed DMF code, e.g.:
# 'source activate dmf_dev' for Anaconda and an env named 'dmf_dev'
cd examples
jupyter notebook <name-of-notebook>.ipynb
Example notebooks