MyST-NB
MyST-NB copied to clipboard
Parse and execute ipynb files in Sphinx
### Describe the bug **context** When I switch to dark mode, code becomes unreadable. **expectation** I expect either the background or the text to turn white in code blocks, but...
### Describe the bug **context** When I run sphinx, it always invalidates the config. I assume that’s because of a bug that (I introdoced and that) would be fixed in...
In the [PipeFunc documentation](https://pipefunc.readthedocs.io/en/latest/tutorial.html#custom-parallelism) I have the following problem when executing code with a `ProcessPoolExecutor`: With this fix it becomes: The root of the issue is that `nbconvert --execute` produces...
### Describe the bug **context** When I try to build sphinx docs with myst-nb... **expectation** I expected the docs to build. **bug** But instead the following error is: ```console $...
### Describe the bug **context** I am using MyST-NB to write some of the SciPy documentation pages in Markdown and execute them as notebooks. When I use the `{math}` role...
### Describe the bug **context** The `{eval}` role (user expressions) are not functional in a notebook rendered with `nb_execution_mode == 'off'`. **expectation** I expected the renderer to simply fetch the...
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Commits 9d06a30 release 8.24.0 fade2b5 Whats new 8.24 (#14419) afae901 Push caching to parent frame, and cache more frames. (#14418)...
### Context I have recently installed `myst-nb` for including Jupyter Notebook (`*.ipynb`) files into my Sphinx documentation. The extension is working perfectly and the files are displayed as expected, in...
### Context With Rich progress bars, extra empty output blocks are produced. For example:  The empty blocks each consist of two ```html ``` I'll try to come up with...
### Describe the bug When I want to [embed `glue` output from other pages](https://myst-nb.readthedocs.io/en/latest/render/glue.html#embedding-outputs-from-other-pages), it works with variables but not with figures. ### Reproduce the bug In my jupyter notebook...