-
I have a However, I would like to use the same macros across the whole book. In that case, the documentation of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Both of these tools are part of the |
Beta Was this translation helpful? Give feedback.
The
jupyterlab-myst
extension currently doesn't read from the myst.yml, and is a known limitation. You can add them at the top of the document as you have found for now. If you are usingmystmd
locally (e.g.myst start
etc.) then that will work to share the macros.Both of these tools are part of the
jupyter-book
organization (part of project jupyter), and there is a discussion board over there as well!