Title#

This is a template for notebooks in this JupyterBook. Slides following this slide will generally be a mix of Code and Markdown cells.

The first cell above is used to ensure that OpenMDAO will be installed on Colab or Binder if the notebook is opened there. This cell will be removed from the documentation (using tags remove-input and remove-output), so examples should still include their own import openmdao.api as om statement.

The assertions below are generally in the last cell but do not need to be. These are also removed from the docs since they’re typically just used for testing the documentation itself.