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 Hi and thanks for this great library, loving it! I am very tempted to use more and more features of myst-nb and your ecosystem in general...

bug

updates: - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4)

**Describe the bug** I'm using Jupyter Book to produce a book with executable OCaml cells, including demoing some OCaml code that deliberately does not compile. I tag those cells with...

documentation

### Describe the bug **context** I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from...

bug

### TLTR: If there are two files with the same name but different endings, say ```file.md``` and ```file.ipynb```, how can one prioritize to render the output of the ```.ipynb``` instead...

bug

### Context The docs note the latest pattern for [glueing objects from other notebooks](https://myst-nb.readthedocs.io/en/latest/render/glue.html?highlight=glue#embedding-outputs-from-other-pages), which is nice. Currently it seems this only works for text variables. If I do something...

enhancement

### Describe the problem If the output of an command is of type `image/svg+xml` it is included as string output in LaTeX file ### Link to your repository or website...

documentation

Currently, the `eval` role and directives *only* allow for C-like identifiers. ## Proposal in this PR Remove the restriction on expression values in `eval` contexts. ## Advantages of this restriction...

### Describe the bug Hi, thanks so much for MyST-NB, I am very happy I can include .md notebooks in my build, and switch over from `nbsphinx` fairly painlessly. I...

bug

**Is your feature request related to a problem? Please describe.** Gluing a matplotlib animation as a `glue:figure` directive doesn't work, in that no animation content is rendered in the final...

enhancement
:label: glue