MyST-NB
MyST-NB copied to clipboard
Parse and execute ipynb files in Sphinx
A code error in a notebook gives the following to-me confusing error `jupyter-book build`: ``` Executing: bad_notebook in: /Users/mb312/dev_trees/minjb WARNING: Found a content page that is not in _toc.yml: bad_notebook.ipynb....
**Is your feature request related to a problem? Please describe.** It would be nice to be able to request a specific `mime` type for output at the code-block level for...
**Describe the bug** VegaLight objects that are correctly displayed in the notebook are not rendered in the book **To Reproduce** Create a VegaLight in a notebook **Expected behavior** Render the...
spotted this little typo: https://github.com/executablebooks/MyST-NB/blob/446cf0d269a0906eacc1b88b418c7bce40ee4cee/myst_nb/render_outputs.py#L1
I am unsure whether this qualifies as an enhancement or a bug. There are several relevant scenarios in which the current implementation either matches the documentation in a way that...
Thanks for the great work so far on `myst-nb`. I recently switched from `nbsphinx` and am finding your package very useful. **Is your feature request related to a problem? Please...
**Describe the bug** When a cell output contains an aligned HTML table, then the next cell in the book output is rendered next to it:  **To Reproduce** Steps to...
Building on: https://myst-nb.readthedocs.io/en/latest/use/formatting_outputs.html#images Basically, port my implementations in: https://ipypublish.readthedocs.io/en/latest/metadata_tags.html#cell-output-level Also, make the top-level key configurable (in conf.py) and change the default from `myst` to `render` cc @akhmerov
**Is your feature request related to a problem? Please describe.** I would like to be able to render interactive Altair visualizations backed by large databases using [`ibis-vega-transform`](https://github.com/quansight/ibis-vega-transform) in Jupyter Book....
> I added your 8-bit ANSI into the docs, and it looks to be working well  It doesn't seem to support "underline" and "invert", and there don't seem to...