Creating a website with Jupyter Book has a different layout than JupyterLab-MyST #1199
Answered
by
choldgraf
sbonaretti
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
choldgraf
Jul 22, 2024
Replies: 1 comment 3 replies
-
This is because Jupyter Book 1.0 uses a different document engine for MyST Markdown than what JupyterLab uses. Jupyter Book uses Sphinx along with the MyST Markdown Parser and the Sphinx Book Theme. JupyterLab MyST uses the new MyST document engine which will one day (soon hopefully) replace Sphinx as the main document engine of Jupyter Book. You can use mystmd on its own right now if you wish! Some more context is in this blog post about Jupyter Book 2.0 and MyST. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sbonaretti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because Jupyter Book 1.0 uses a different document engine for MyST Markdown than what JupyterLab uses.
Jupyter Book uses Sphinx along with the MyST Markdown Parser and the Sphinx Book Theme.
JupyterLab MyST uses the new MyST document engine which will one day (soon hopefully) replace Sphinx as the main document engine of Jupyter Book. You can use mystmd on its own right now if you wish!
Some more context is in this blog post about Jupyter Book 2.0 and MyST.