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

🤖 Add outputs to spec #66

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

🤖 Add outputs to spec #66

wants to merge 8 commits into from

Conversation

agoose77
Copy link

@agoose77 agoose77 commented Oct 18, 2024

This small PR defines the output and outputs nodes which facilitate the inclusion of Jupyter kernel outputs into a MyST AST.

@@ -79,7 +79,7 @@ const cases: [string, TestCase][] = files
.filter(([f, t]) => {
if (t.skip) skipped.push([f, t]);
if (t.invalid) invalid.push([f, t]);
return !t.skip && !t.invalid;
return !t.skip && !t.invalid && t.myst !== undefined;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's nothing to test here -- outputs are programmatically generated.

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

Successfully merging this pull request may close these issues.

1 participant