MyST-NB icon indicating copy to clipboard operation
MyST-NB copied to clipboard

Parse and execute ipynb files in Sphinx

Results 194 MyST-NB issues
Sort by recently updated
recently updated
newest added

### Describe the bug Jupyter notebooks offer support for directly embedding images without creating a separate file. As I understand it, the image is embedded directly into the raw code...

bug

### Describe the bug **context** I define a `code-cell` as follows ```{code-cell} ipython3 --- caption: | here is a long caption with variables {eval}`n_sources`. and some more text name: fig_name...

bug

### Describe the bug **context** When I enabled MyST-NB on a project that was already using MyST parser, I got a rather cryptic error message. **expectation** I expected to be...

bug

A suggestions draft for a "lazy" execution mode that skips execution if any cell already has an output See #416

enhancement

### Context There are lots of notebook to be executed during the building process. While, if there is an exception, the building will still going and render errors any ways....

enhancement

This is to close #680 and other cleanups

maintanence

It showed up in cron a while back (but I received no notification), so now opening this reminder issue to check on the sphinx deprecations.

upstream
dependencies

### Describe the bug **context** I'm trying to include a notebook to be embedded with rst file, so it displayed inline with our text context inside that rst file, instead...

bug

### Context I may be overlooking a configuration option, but it seems like there is no way to configure formatting output like the following to appear in a single output...

enhancement

The call signatures are really long and unusable IMO. Would be nice to find a good middle ground in generating human readable good API docs. https://myst-nb.readthedocs.io/en/latest/reference/api.html#parsers

bug