jupyter-sphinx icon indicating copy to clipboard operation
jupyter-sphinx copied to clipboard

role for inline execution

Open akhmerov opened this issue 6 years ago • 1 comments

Sometimes it's helpful to substitute code evaluation results inside text, so we may consider defining a role jupyter-execute to accompany a directive. The role would obviously have no configuration, probably wouldn't show the source, and probably would only support latex or plaintext output.

akhmerov avatar May 01 '19 21:05 akhmerov

Note that https://github.com/jupyter/jupyter-sphinx/pull/130 takes a step closer to this, by allowing for inline nodes from cell outputs 👍

choldgraf avatar Jun 23 '20 18:06 choldgraf