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

### Describe the bug I use the :load: tags for code-cells so much in my book; e.g.: ```{code-cell} ipython3 :load: ``` This is [documented as an experimental feature](https://myst-nb.readthedocs.io/en/latest/authoring/text-notebooks.html#code-from-files). When I...

bug

### Describe the bug **context** When adding a output to a ipywidgets widget, e.g. a `…` to a `VBox`, the resulting style partially ignores dark mode. **expectation** I expected tables...

bug

### Describe the bug **context** When I do `jupyter-book build src` on a book with jupytext content, then `jcache notebook -p src/_build/.jupyter_cache list` prints a result with the wrong Reader....

bug

### Describe the bug **context** When I set ``nb_execution_show_tb = True`` the traceback is not shown in the case ``nb_execution_raise_on_error = True``. **expectation** I expected to see the traceback on...

bug

### Describe the bug See: https://myst-nb.readthedocs.io/en/latest/render/interactive.html#plotly **context** On the built documentation. **expectation** The plotly plot is rendered in the browser. **bug** Instead I see a white, empty space. **problem** The...

bug

### Describe the bug i'm starting with MyST through this tutorial and i'm having this error :" request to https://api.mystmd.org/templates/site/myst/book-theme failed, reason: getaddrinfo ENOTFOUND api.mystmd.org" right after this command: myst...

bug

I have investigated the KeyErrors for the dev versions job and am fairly certain it's an upstream incompatibility with sphinx and docutils. I opened an upstream issue about it, and...

bug
dependencies

Not release critical, but we may need to pin the pillow version in addition to mpl, at least for osx and windows tests. Regression is between 18.0.0 and 18.1.0 #659

dependencies

We need to look into the regressions more, it is very likely just output related like the case we have for mpl. In that's true, we may need to pin...

dependencies

### Context I am creating a large documentation project using jupyter notebooks as examples. For my reStructuredText files, I can include a file that contains all of my external links...

enhancement