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

It looks like `windows` platform doesn't by default always use `utf-8` when reading text from files. I think this is a sensible cross-platform default. https://github.com/QuantEcon/lecture-python.myst/issues/144 There is also a [related...

on-hold

# Background I think that the MyST Notebook documentation could be more impactful if we re-structured it slightly, with the goal of cleanly separating out different functionality. (this is similar...

documentation
enhancement

**Attachment image not showing up when writing content with jupyter notebook** This was originally reported in https://github.com/executablebooks/jupyter-book/issues/321. Apparently it was working back then but I couldn't get it working with...

enhancement

In https://github.com/executablebooks/meta/discussions/272#discussioncomment-415176 @parmentelat noted that it wasn't possible to use non-MyST markdown notebooks from Jupytext. For example, the following configuration: ``` nb_custom_formats = { ".md": ["jupytext.reads", {"fmt": "markdown"}], } ```...

bug
:label: sphinx extension

**Is your feature request related to a problem? Please describe.** For long `code-block` and `code-cell` it would be nice to have a collapsed feature with a line specification. So for...

enhancement

When people use Jupyter Notebook cells, they often want to refer to specific lines as part of explaining something. This would be easier if it were possible to trigger "line...

enhancement

Currently in myst-parser, to be overly cautious, this defaults to `False`. But as noted in https://github.com/executablebooks/jupyter-book/issues/1181, in Jupyter/JupyterLab this is the default, so probably also should be here.

enhancement

**Is your feature request related to a problem? Please describe.** Within a large lecture series it can be a pretty common pattern to re-use code in different documents. In the...

enhancement

Should fix #315. This does not solve all issues: the markdown headers are not at the proper level (as it appears to me), spurrious warnings get raised, etc (see screenshot)....

This has essentially been reported in #309, #315 and executablebooks/jupyter-book#1299. Its a known issue that I'll explain here: So the heart of the problem, as I have recently explained in...

enhancement