Currently we have target_jupytext for enabling execution. This is an obscure reference as jupytext is probably not known users of the extension. An alternative would be to link directly to myst_parser and myst_nb as the config setting.
tomyst_parser = 'myst_parser'
for static builds of projects
tomyst_parser = 'myst_nb' (default)
to enable execution and build myst compatible with automatic jupytext conversions.
Currently we have
target_jupytext
for enabling execution. This is an obscure reference asjupytext
is probably not known users of the extension. An alternative would be to link directly tomyst_parser
andmyst_nb
as the config setting.for static builds of projects
to enable execution and build
myst
compatible with automaticjupytext
conversions.