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

[myst] Implement support for representing outputs of executed code cells #5595

Open
1 task
agoose77 opened this issue Feb 25, 2025 · 0 comments
Open
1 task
Assignees
Labels
upstream Requires an action in an upstream project

Comments

@agoose77
Copy link
Contributor

Jupyter Book 1 is able to fold executed outputs into the document naturally following execution. The MyST engine does not yet support this, and instead leaves the data inside a black-box data field.

Suggested Actions

  1. Update MyST AST to represent outputs
  2. Add upgrade/downgrade routine to use this facility
  3. Update execution engine to write to this AST
  4. Update myst-theme to consume new outputs

As part of our "tactical upstream work", this issue tracks the implementation of this feature.

See upstream issue: jupyter-book/mystmd#1026

Definition of Done

  • It should be possible to query MyST AST to interrogate per-output data
@agoose77 agoose77 added the upstream Requires an action in an upstream project label Feb 25, 2025
@agoose77 agoose77 self-assigned this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Requires an action in an upstream project
Projects
None yet
Development

No branches or pull requests

1 participant