Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added inline directive to notebooks that use matplotlib #1054

Merged
merged 5 commits into from
Mar 27, 2024

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Mar 22, 2024

Summary

Per matplotlib-inline:

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.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@coveralls
Copy link

coveralls commented Mar 22, 2024

Coverage Status

coverage: 92.798% (-0.2%) from 93.017%
when pulling ff223b4 on swryan:1049_plots
into 19ba7a3 on OpenMDAO:master.

@robfalck robfalck merged commit 312161b into OpenMDAO:master Mar 27, 2024
10 checks passed
@swryan swryan deleted the 1049_plots branch June 27, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plots in docs aren't always present
3 participants