Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jan 23, 2024
1 parent 1823990 commit 7536dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/myst-execute/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# MyST Execute

This library executes MyST content with Jupyter. It provides a transform that take a MyST tree and fills output nodes. It also provides caching for accessing code block outputs by ID.
Kernel execution of code and inline expressions using Jupyter.

This package provides a transform that takes a MyST tree, computes the executable content, and stores the results in the AST. It provides basic support for caching of outputs to avoid needless computation.

0 comments on commit 7536dd6

Please sign in to comment.