Description
I'm attempting to embed cell outputs (matplotlib figures) in this case following the docs for embedding cell outputs. IIUC only the cell output should be embedded when using this pattern, but I'm seeing the cell input as well in the rendered page.
See numpy/numpy-tutorials#299 for the source code that generates the above-linked rendering.
Either the documentation isn't capturing the right recipe (or I've misread it); or the embedding is not quite working as expected.
Additional notes
FWIW I also tried the explicit {embed} directive with the remove-inputs option per another page in the docs and saw the same behavior.
Description
I'm attempting to embed cell outputs (matplotlib figures) in this case following the docs for embedding cell outputs. IIUC only the cell output should be embedded when using this pattern, but I'm seeing the cell input as well in the rendered page.
See numpy/numpy-tutorials#299 for the source code that generates the above-linked rendering.
Either the documentation isn't capturing the right recipe (or I've misread it); or the embedding is not quite working as expected.
Additional notes
FWIW I also tried the explicit
{embed}directive with theremove-inputsoption per another page in the docs and saw the same behavior.