Make live code editable in MyST Website #1172
Unanswered
nikolaimatni
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There is support for thebe with mystmd though it is still being developed. Have you tried the instructions on the integrating computation with jupyter docs? Cc also @stevejpurves who I believe has worked on this the most and may have pointers. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a configuration setting that makes executable code in MyST websites turn into an editor, for example, as is shown here: https://executablebooks.github.io/thebe/
If working with Jupyter Book, this happens by default if I set
thebe: true
in_config.yml
. However, when working with a MyST website, while settingjupiter: true
inmyst.yml
lets you connect to binder and gives you buttons to run the code in a notebook, you can't actually edit it live.Thanks!
Nik
Beta Was this translation helpful? Give feedback.
All reactions