Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add formatted output (rst|myst) to jupyter-output #217

Open
pankajp opened this issue Jan 10, 2023 · 1 comment
Open

Ability to add formatted output (rst|myst) to jupyter-output #217

pankajp opened this issue Jan 10, 2023 · 1 comment

Comments

@pankajp
Copy link

pankajp commented Jan 10, 2023

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?

@akhmerov
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants