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
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.
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
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 manychildren
. In practice, we need manyOutput
nodes that will contain mostly singular children.This is tracked upstream in jupyter-book/mystmd#1674
Suggested Steps
Output
intoOutputs
→Output[]
jupyter-book/mystmd#1671Definition of Done
The text was updated successfully, but these errors were encountered: