Skip to content

Instantly share code, notes, and snippets.

@dangunter
Last active November 5, 2018 20:42
Show Gist options
  • Save dangunter/61e64c8d7b9021b03eb7624d6c78bf79 to your computer and use it in GitHub Desktop.
Save dangunter/61e64c8d7b9021b03eb7624d6c78bf79 to your computer and use it in GitHub Desktop.
Plans for IDAES Data Management Framework

Plans for IDAES Data Management Framework

JupyterHub on the cloud

  • deploying Docker image of IDAES with solvers on JupyterHub on AWS
  • script and automate so can deploy multiple versions
    • bleeding-edge version deployed through CI
    • last-release version as a sandbox

Collect more/better information from the (new) framework components

In particular need of attention:

  • Flowsheets
  • Indexes of property/reaction parameter classes

Add better/higher-level "browsing" capabilities

  • E.g., show all objects attached to a flowsheet
  • Implement as API, Jupyter notebook widgets, QT5 App

More managed "runs" within Jupyter

  • Integrate run start with search/browse of flowsheets
  • Integrate post-run analysis

Flowsheet viewer GUI

  • View and visual edit (allow manual rearrangement that is saved)
  • Export to images, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment