jupyterlab-myst
jupyterlab-myst copied to clipboard
Support tags on notebook cells
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.