jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
141 stars 18 forks source link

"Legacy Mode" now renders myst-markdown #149

Closed rowanc1 closed 1 year ago

rowanc1 commented 1 year ago

There is currently a way to disable the notebook markdown renderer, such that you can open the notebook without rendering as well as with the rendering. With the new additions of the mime-renderer, that is no longer possible as myst renders anywhere there is a markdown cell.

@agoose77 I think this feature is still important, do you have ideas on how best to do this?

image

rowanc1 commented 1 year ago

In JupyterLab 4.0, you can enable/disable the extension very easily through the user interface, so I think that the legacy mode is no longer relevant going forward, and we can remove it.

This is probably a matter of update the docs to add the new mime-render to the current 3.6 docs.

rowanc1 commented 1 year ago

I have removed this from the Readme in #160.