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
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
Update MyST AST to represent outputs
Add upgrade/downgrade routine to use this facility
Update execution engine to write to this AST
Update myst-theme to consume new outputs
As part of our "tactical upstream work", this issue tracks the implementation of this feature.
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
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
The text was updated successfully, but these errors were encountered: