A broken interactive example in the NumPy docs / add support for handling the .. plot::
directive
#264
Labels
bug
Something isn't working
.. plot::
directive
#264
Description
Post the merge of numpy/numpy#26745, I found a broken example in the NumPy docs: https://numpy.org/devdocs/reference/generated/numpy.percentile.html
Reproduce
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
Context
Browser Output
N/A
The text was updated successfully, but these errors were encountered: