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 structured code-cell outputs in MyST AST #5395

Open
3 tasks
agoose77 opened this issue Jan 20, 2025 · 0 comments
Open
3 tasks
Assignees
Labels
upstream Requires an action in an upstream project

Comments

@agoose77
Copy link
Contributor

The MyST engine needs some development work to add support for AST representation of code cell outputs. Right now, each code-cell has a singular Output nodes that contains many children. In practice, we need many Output nodes that will contain mostly singular children.

This is tracked upstream in jupyter-book/mystmd#1674

Suggested Steps

Definition of Done

  • The AST has been modified in a non-breaking way for existing consumers of MyST AST
  • Future builds of MyST can simplify the AST to drop the forward-compatibility without major changes
  • The AST supports per-output children, e.g. to support Markdown output parsing.
@agoose77 agoose77 self-assigned this Jan 20, 2025
@agoose77 agoose77 changed the title Implement support for structured code-cell outputs in MyST AST [myst] Implement support for structured code-cell outputs in MyST AST Jan 20, 2025
@agoose77 agoose77 added the upstream Requires an action in an upstream project label Jan 20, 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