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

Spawn mystmd on server, proxy requests to expose lab plugin #198

Open agoose77 opened 8 months ago

agoose77 commented 8 months ago

Proposal

We should use jupyter-server-proxy to implement a proxying server extension that forwards requests from the frontend to a new nodejs backend implemented in mystmd. This will enable us to implement the lab-extension backend in JS.

Additional notes