Note that in current versions of JupyterLab and Jupyter Notebook, the explicit use of the %matplotlib inline directive is not needed anymore...
However this seems to have stopped working between the Dymos 1.9.1 and 1.10.0 releases. I was unable to determine what changed that caused this or how to make it work again, so I just reintroduced the directive to all applicable notebooks.
In the process, I also removed the pin from jupyter-book exposing a handful of invalid xref links (pointing to .md files instead of .ipynb) which have been fixed.
coverage: 92.798% (-0.2%) from 93.017%
when pulling ff223b4cdedf09bc687c2295e2223b12f1c4e0c2 on swryan:1049_plots
into 19ba7a36bc4dc8abec6017ef1f8abbc20fe7642e on OpenMDAO:master.
Summary
Per matplotlib-inline:
However this seems to have stopped working between the Dymos 1.9.1 and 1.10.0 releases. I was unable to determine what changed that caused this or how to make it work again, so I just reintroduced the directive to all applicable notebooks.
In the process, I also removed the pin from
jupyter-book
exposing a handful of invalid xref links (pointing to .md files instead of .ipynb) which have been fixed.Related Issues
Backwards incompatibilities
None
New Dependencies
None