This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # %% [markdown] | |
| # This is a multiline | |
| # Markdown cell | |
| # %% [markdown] | |
| # Another Markdown cell | |
| # %% | |
| # This is a code cell | |
| class A(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | Parser | Menu label | File type | Format | | |
| | -------------------- | ---------------------- | --------- | ---------------------------------------------------------------------------------- | | |
| | `parsePy` | Percent format (.py) | `.py` | [Jupytext percent](https://jupytext.readthedocs.io/en/latest/formats-scripts.html) | | |
| | `parseSphinxGallery` | Sphinx Gallery (.py) | `.py` | [Sphinx-Gallery](https://sphinx-gallery.github.io/stable/syntax.html) | | |
| | `parseClassicMd` | Classic Markdown (.md) | `.md` | Standard markdown — fenced code blocks become code cells | | |
| | `parseMystMd` | MyST Notebook (.md) | `.md` | [MyST-NB](https://myst-nb.readthedocs.io/) `{code-cell}` directives | |