OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
107 stars 51 forks source link

Trying glue #397

Open crecine opened 6 days ago

crecine commented 6 days ago

Summary

glue allows us to connect the text in the markdown cell to the code in the python cells to ensure that the markdown cell doesn't get stale

https://jupyterbook.org/en/stable/content/executable/output-insert.html https://myst-nb.readthedocs.io/en/latest/render/glue.html

Uses:

from myst_nb import glue
from IPython.display import Markdown

which (I'm pretty sure) are installed automatically by jupyter-book

Related Issues

Note: this builds off of #311

Backwards incompatibilities

None

New Dependencies

None