MyST-NB
MyST-NB copied to clipboard
Parse and execute ipynb files in Sphinx
Once https://github.com/jupyter/jupyter-sphinx/pull/159 is merged and jupyter-sphinx v0.3.2 is released
### 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...
### 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...
### 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...
**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...
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...
> 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...
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...