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

### Context `jupyter-book` should ideally be an application that one runs with `pipx`. However, right now it assumes that the user kernels are installed into the same environment as the...

enhancement

Updates the requirements on [pytest-param-files](https://github.com/chrisjsewell/pytest-param-files) to permit the latest version. Release notes Sourced from pytest-param-files's releases. v0.6.0 Move from pyyaml to ruamel.yaml, to allow for file regeneration that preserves comments...

dependencies
python

Updates the requirements on [sphinx-design](https://github.com/executablebooks/sphinx-design) to permit the latest version. Release notes Sourced from sphinx-design's releases. v0.5.0 What's Changed ⬆️ Drop Python 3.7 support, by @​chrisjsewell in executablebooks/sphinx-design#146 ⬆️ UPGRADE:...

dependencies
python

Once finished could fix https://github.com/executablebooks/MyST-NB/issues/310 This an draft to demonstrate changes which may be beneficial upstream. This PR depends on update of myst-parser to 1.0 as it uses new `_heading_slugs`...

### Describe the bug **context** Hey! just trying this out for the first time. nice freaking tool y'all, exactly what i was looking for. I was noticing that the notebooks...

bug

### Describe the bug **context** When I set `nb_execution_show_tb = True` in my `conf.py` and my CI build fails, no exceptions are printed. Possibly relevant packages installed by CI: ```...

bug

### Describe the bug **context** When I create a Markdown cell (in particular notebooks) with an `eval` role. **expectation** I expected the expression to produce a visible output. **bug** But...

bug

### Describe the bug It is time to upgrade to Sphinx >= 6. 👋🏻 ### Reproduce the bug Add conflicting project dependencies 💥 ```toml [project.optional-dependencies] docs = [ "myst-nb>=0.17.1", "sphinx>=6.1.3",...

bug

### Describe the bug **context** When dark mode is toggled, the "show/hide code cell output" button's text is updated to a light color, but the background stays light, making the...

bug

### Describe the bug When I run a `sphinx-build` with a minimal setup (only with extension `myst_nb` and all settings default), the corners of cells don't render correctly. zoom in:...

bug