jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
219 stars 65 forks source link

🥷Add `skip-execution` tag support #1537

Closed agoose77 closed 2 months ago

agoose77 commented 2 months ago

This PR closes #1497 by adding support for skip-execution cell-tag. This tag does not strip existing outputs in the notebook cell, it only prevents overwriting cell outputs with computed results.

The choice of tag name is taken from the prior art in nbclient, used by Jupyter Book.

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 38b55c6307f8589eb55ab68128a36006eb0048b1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ------------ | ----- | | myst-execute | Minor | | myst-cli | Patch | | mystmd | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR