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

In nbsphinx you [can do this](https://nbsphinx.readthedocs.io/en/latest/code-cells.html#Plots) via a Sphinx conf setting (change the figure save format or increase DPI, etc.). Is there currently a way to do this with MyST-NB?...

enhancement

It would be useful to be able to doctest myst-nb notebooks within a sphinx project. For example, [sphinx.ext.doctest](https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html) provides the `testcode` and `testoutput` directives that let you do something like...

enhancement

**Describe the bug** I am using myst-nb to include in sphinx C++ notebooks written on top of [cling](https://github.com/jupyter-xeus/xeus-cling). The issue is that C++ pragmas beginning with ``#`` seem to be...

bug

**Is your feature request related to a problem? Please describe.** Very often, once I have created a resource on JB, I find myself wanting to link to specific code cells...

I'm building a simple Jupyter book with one notebook that was created and downloaded from Google Colab (also opened and saved locally). For jupyter book I have execute set to...

bug

Hi @itacdonev no there is not currently a way to achieve this I'm afraid. But I think this could certainly be achieved and will add it as an improvement issue....

**Describe the bug** The use of `:tags: raises-exception` metadata in one cell appears to have prevented the next code cell from executing. The following code-cell does execute though. **To Reproduce**...

bug
needs: more info

I'm currently using `nbsphinx` to convert example notebooks to static documentation and they have a nifty plugin [nbsphinx-link](https://github.com/vidartf/nbsphinx-link) which allows the notebooks to reside outside the sphinx root directory. This...

enhancement

Currently, when notebooks are created for a page, they end up in `jupyter_execute`, and are somehow able to be downloaded with the `download-jupyter` role. I am trying to figure out...

enhancement

For https://github.com/executablebooks/MyST-NB/issues/267.