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

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....

bug

**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...

enhancement

**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...

bug

spotted this little typo: https://github.com/executablebooks/MyST-NB/blob/446cf0d269a0906eacc1b88b418c7bce40ee4cee/myst_nb/render_outputs.py#L1

documentation

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...

enhancement

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...

documentation

**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: ![afbeelding](https://user-images.githubusercontent.com/34062862/91546857-6a041100-e923-11ea-9ee7-c99ebcd37464.png) **To Reproduce** Steps to...

bug

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

enhancement

**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....

enhancement
needs: more info

> I added your 8-bit ANSI into the docs, and it looks to be working well ![image](https://user-images.githubusercontent.com/705404/91014198-41a9a900-e5e9-11ea-8d3a-6d3acc45e126.png) It doesn't seem to support "underline" and "invert", and there don't seem to...