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

**Bug description** Hi team, and thanks a lot for developing this great tool! I'm currently writing a book with @OriolAbril and am unable to generate captions for figures in notebooks....

bug

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

bug

### Describe the bug **context** When I added the `remove-cell` tag to a code cell, I wasn't sure whether it was going to process the cell for execution. In my...

bug

### Describe the problem/need and solution **Context** I'm working on a [pull request](https://github.com/PlasmaPy/PlasmaPy/pull/1474) to consider switching from [nbsphinx](https://nbsphinx.readthedocs.io) to MyST-NB. Our documentation currently has [thumbnail galleries](https://docs.plasmapy.org/en/v0.7.x/examples.html) that were created using...

enhancement

### Describe the bug **context** When I do `sphinx-build -b html -D nb_execution_mode=auto -D nb_execution_allow_errors=True . _build/html` **expectation** I expected it to work. **bug** But instead ``` Running Sphinx v4.5.0...

bug

### Describe the bug **context and expectation** When I use `nb_execution_mode=auto` I would expect that execution is skipped when all the code cells are run. **bug** But instead the execution...

bug

Jupyter notebooks allow copy/pasting images from the clipboard into markdown cells. These images (eg, using Snippy on Windows) are embedded in the .ipynb file as base64 images. Jupyterbooks errors out...

### Describe the problem The sphinx latexpdf builder is failing due to an inability to find `.png` files that are generated when executing notebooks. Here's the last line prior to...

bug

### Describe the problem/need and solution Currently, notebook cell tags can be used to control cell display (for example, [Hiding cell tags](https://myst-nb.readthedocs.io/en/latest/use/hiding.html)). Admonition blocks are also used to style content...

enhancement

### Describe the problem/need and solution **Context** Currently, we're adding a simple `.cell` class to our code cells when they are rendered. However, `.cell` is a very generic term, and...

enhancement