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

Once https://github.com/jupyter/jupyter-sphinx/pull/159 is merged and jupyter-sphinx v0.3.2 is released

documentation

### Describe the problem/need and solution **Context** Currently, we remove the cell from the rendering process if it does not have any content in the input cell: https://github.com/executablebooks/MyST-NB/blob/646224352ac045ee2475ac44e4f7a00ff19ae55e/myst_nb/parser.py#L152-L155 However, there...

enhancement

### Describe the problem Some Jupyter notebooks output LaTeX that includes both text and math (see the [QuTiP](https://github.com/qutip/qutip) package for example). Myst-nb renders this as all math by wrapping with...

bug

### Description / Summary When both `*.ipynb` and `*.md` files are present (synced, for example, with `jupytext`), one encounters `WARNING: multiple files found for the document` warnings. It would be...

enhancement

**Is your feature request related to a problem? Please describe.** Hi, I am really enjoying MyST-NB, thank you for all your work on it! I understand that this issue will...

enhancement
:label: glue

This PR adds a test case `test_metadata_multiple_images` There is an issue when using more than one `captioned` figure when adding `render` metadata to figures produced by code. This is a...

### Describe the problem When using `caption` and `labels` in the cell metadata, there is an issue when there is more than one `figure` in a single document ```bash self...

bug

> How do you trigger the conversion though For SVG in standard rST files the conversion is just triggered by adding the extension to `conf.py` ([sphinx.ext.imgconverter ](https://www.sphinx-doc.org/en/master/usage/extensions/imgconverter.html?highlight=imgconverter) or [sphinxcontrib-svg2pdfconverter](https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter)). Obviously...

documentation
enhancement

This PR increases the priority for `text/latex` representations for `html` and `latex` builders. For `html` -- mathjax renders the `text/latex` representation more cleanly than typical images provided by some underlying...

### Describe the problem Embedding LaTeX extensions using a `glue:math` tagged block but no equation reference raises an error. ### Link to your repository or website _No response_ ### Steps...

bug