MyST-NB
MyST-NB copied to clipboard
Parse and execute ipynb files in Sphinx
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...
# 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...
**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...
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"}], } ```...
**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...
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...
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.
**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...
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...