-
Hi all, I maintain several tutorials and courses built with JupyterBook, where the typical student workflow looks like this:
This hybrid workflow is common, but it leads to a frustrating issue: Markdown syntax that works in one environment often breaks or renders poorly in the other. For example:
This makes writing portable, clean Markdown really difficult. In many cases, I’m forced to abandon MyST features entirely, which defeats the purpose of using JupyterBook in the first place. So I’m wondering:
I’d love to hear how others are navigating this. Right now (for me), the lack of a consistent rendering experience is one of the biggest friction points in using JupyterBook for reproducible and executable teaching materials. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
It seems that https://github.com/jupyter-book/jupyterlab-myst is the one answer to all of my queries above - I forgot about it! I will consider what it means to add this dependency to all my projects... |
Beta Was this translation helpful? Give feedback.
-
FWIW, I also run into this dilemma a while back, so what we need, I think, is a more prominent mention of the jupyterlab extension in the |
Beta Was this translation helpful? Give feedback.
It seems that https://github.com/jupyter-book/jupyterlab-myst is the one answer to all of my queries above - I forgot about it! I will consider what it means to add this dependency to all my projects...