jupyterlab-myst icon indicating copy to clipboard operation
jupyterlab-myst copied to clipboard

Support tags on notebook cells

Open rowanc1 opened this issue 3 years ago • 0 comments

Currently we are only taking over render-previews of the markdown cells, and are not doing anything for code cells or outputs. In JupyterBook, there are many features/meta-tags to hide code or outputs (see docs and tag names), and it would be advantageous to get as close to a preview of the final rendered artifact as possible during editing.

I am not quite sure what the right solution in Jupyter is as we also can't interfere too much when editing the notebook. Perhaps this is a stand-alone preview of the document in a new tab, which might also go very well with inline-execution (#72) and connecting to the local kernel.

See also #55 which mentioned this.

rowanc1 avatar Feb 13 '23 20:02 rowanc1