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

I believe it could be beneficial to extract a package doing only the followings: 1. Convert myst to ipynb: preserve the parameters of directives 2. Convert ipnyb to myst: -...

needs: more info

Edit: This has been largely solved in #236, but some iterations can be made on exactly what is stored, including extracting data from the notebook. --- **Is your feature request...

enhancement

**Is your feature request related to a problem? Please describe.** There doesn't seem to be an example of how to use roles and directives in the docs? **A link to...

documentation

**Is your feature request related to a problem? Please describe.** When using jupyter-notebook generated document, toggle-button only works on code cell, but **not markdown cell**, if metadata of cell changed...

Currently we check for `jupytext` metadata in order to decide if a markdown file is a "myst markdown notebook": https://github.com/executablebooks/MyST-NB/blob/9f889241f40336ab138391176486166b0881715d/myst_nb/converter.py#L65 I think that this is sub-optimal for two reasons: 1....

enhancement

@hcolclou and I have pushed a new sphinx theme that implements some CSS3 page media formatting for myst_nb: https://github.com/eoas-ubc/paged_html_theme#pagedjs-html-sphinx-theme We'll be using it to provide parts of the functionality of...

enhancement

I keep getting this error. Any suggestions as to what I might be doing wrong?

bug

**Is your feature request related to a problem? Please describe.** I come from using `ipypublish` to create sites on `readthedocs.io` from git repos that essentially act as binders of notebook-based...

documentation

**Describe the solution you'd like** We need to add pdf handling for toggle directive for parity with `html` writer. It will need to be decided how to represent the toggle...

enhancement
latex