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
As of now, the jupyer-output directive puts all its content in a <pre> block which means we can't include formatted output like bullets and images in there. I have a cell whose output depends on a special interactive environment so I intended to put its output as a screenshot image but it doesn't seem to work.
Is it possible to enhance jupyter-output directive to parse the included content, maybe as an option to the directive?
The text was updated successfully, but these errors were encountered:
jupyter-output are container directives, you can put anything at all inside these: images, math, etc. I don't think that they are preformatting their input.
As of now, the
jupyer-output
directive puts all its content in a<pre>
block which means we can't include formatted output like bullets and images in there. I have a cell whose output depends on a special interactive environment so I intended to put its output as a screenshot image but it doesn't seem to work.Is it possible to enhance
jupyter-output
directive to parse the included content, maybe as an option to the directive?The text was updated successfully, but these errors were encountered: