executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
202 stars 81 forks source link

Handle Raw NB Cells #117

Open chrisjsewell opened 4 years ago

chrisjsewell commented 4 years ago

Currently, these cells are just ignored. We should maybe assess nb.metadata.raw_mimetype, which will be e.g. text/html, then do the same as the only directive does, to only output it given a matching builder

amichuda commented 3 years ago

In regards to the my closed issue #295 , how exactly would it work? Would I add something like :tag: raw in the code cell or something? Or would this be through glue? Trying to write my thesis in jupyterbook, so this would be a super useful feature!