Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYRIGHT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright

Institute for the Design of Advanced Energy Systems Process Systems Engineering
Framework (IDAES PSE Framework) was produced under the DOE Institute for the
Design of Advanced Energy Systems (IDAES), and is copyright (c) 2018-2020 by the
Design of Advanced Energy Systems (IDAES), and is copyright (c) 2018-2025 by the
software owners: The Regents of the University of California, through Lawrence
Berkeley National Laboratory, National Technology & Engineering Solutions of
Sandia, LLC, Carnegie Mellon University, West Virginia University Research
Expand Down
4 changes: 2 additions & 2 deletions addheader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ path_exclude:
- '.jupyter_cache'
verbose: 1
sep-len: 80
jupyter: '_src.ipynb'
...
jupyter: '.ipynb'
...
4 changes: 2 additions & 2 deletions file_header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ The Institute for the Design of Advanced Energy Systems Integrated Platform
Framework (IDAES IP) was produced under the DOE Institute for the
Design of Advanced Energy Systems (IDAES).

Copyright (c) 2018-2023 by the software owners: The Regents of the
Copyright (c) 2018-2025 by the software owners: The Regents of the
University of California, through Lawrence Berkeley National Laboratory,
National Technology & Engineering Solutions of Sandia, LLC, Carnegie Mellon
University, West Virginia University Research Corporation, et al.
All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
for full copyright and license information.
for full copyright and license information.
23 changes: 11 additions & 12 deletions idaes_examples/notebooks/_config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
author: The IDAES Team
bibtex_bibfiles:
- references.bib
copyright: '2025'
exclude_patterns:
- active/*
- '**/.jupyter_cache'
execute:
execute_notebooks: cache
execute_notebooks: 'off'
timeout: 600
launch_buttons:
binderhub_url: https://mybinder.org
notebook_interface: jupyterlab
logo: logo.png
only_build_toc_files: true
sphinx:
branch: binder
config:
bibtex_reference_style: author_year
exclude_patterns: ['**/.jupyter_cache']
exclude_patterns:
- '**/.jupyter_cache'
intersphinx_mapping:
idaes:
- https://idaes-pse.readthedocs.io/en/stable/
Expand All @@ -23,18 +29,11 @@ sphinx:
prommis:
- https://prommis.readthedocs.io/en/stable/
- null
watertap:
- https://watertap.readthedocs.io/en/stable/
- null
pyomo:
- https://pyomo.readthedocs.io/en/stable/
- null

# `path_to_book` should point to the directory containing this file (`_config.yml`)
watertap:
- https://watertap.readthedocs.io/en/stable/
- null
path_to_book: idaes_examples/notebooks
# FIXME change `url` and `branch` before merging PR
url: https://github.com/lbianchi-lbl/examples
branch: binder
launch_buttons:
notebook_interface: jupyterlab
binderhub_url: https://mybinder.org
27 changes: 27 additions & 0 deletions idaes_examples/notebooks/_dev/notebooks/cache.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "7db31bc1",
"metadata": {
"tags": [
"header",
"hide-cell"
]
},
"outputs": [],
"source": [
"###############################################################################\n",
"# The Institute for the Design of Advanced Energy Systems Integrated Platform\n",
"# Framework (IDAES IP) was produced under the DOE Institute for the\n",
"# Design of Advanced Energy Systems (IDAES).\n",
"#\n",
"# Copyright (c) 2018-2025 by the software owners: The Regents of the\n",
"# University of California, through Lawrence Berkeley National Laboratory,\n",
"# National Technology & Engineering Solutions of Sandia, LLC, Carnegie Mellon\n",
"# University, West Virginia University Research Corporation, et al.\n",
"# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md\n",
"# for full copyright and license information.\n",
"#\n",
"###############################################################################"
]
},
{
"cell_type": "code",
"execution_count": 24,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
"# Framework (IDAES IP) was produced under the DOE Institute for the\n",
"# Design of Advanced Energy Systems (IDAES).\n",
"#\n",
"# Copyright (c) 2018-2023 by the software owners: The Regents of the\n",
"# Copyright (c) 2018-2025 by the software owners: The Regents of the\n",
"# University of California, through Lawrence Berkeley National Laboratory,\n",
"# National Technology & Engineering Solutions of Sandia, LLC, Carnegie Mellon\n",
"# University, West Virginia University Research Corporation, et al.\n",
"# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md\n",
"# for full copyright and license information.\n",
"#\n",
"###############################################################################"
]
},
Expand Down
Loading
Loading