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 16 forks source link

Add basic backwards compatibility #151

Closed rowanc1 closed 1 year ago

rowanc1 commented 1 year ago

This adds basic compatibility for JupyterLab-v3.6.

It doesn't add the expression renderer, and I am not sure we should even try. But it does actually render myst again, which is probably good that it isn't a fully broken experience.

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a Binder on branch executablebooks/jupyterlab-myst/feat/v3-compat

rowanc1 commented 1 year ago

@agoose77 I think that we can merge this in, we should suggest the 1.x series for folks with JupyterLab 3.6 installed, but this at least makes the extension mostly work.

rowanc1 commented 1 year ago

Taken over by https://github.com/executablebooks/jupyterlab-myst/pull/155