You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll down in the notebook to see that the plot in the docs did not generate
The issue here is that we don't handle the .. plot:: directive properly – in this case, Numpydoc converts it to a .. code-block:: python directive with the HTML documentation.
Tap to show more
Expected behavior
The code should be a part of the interactive notebook, and the additional plot should be displayed upon running it