Is it possible to have a cell editable and executable (via binder.org or other kernel) in a myst markdown file while viewing in-browser? #1731
Unanswered
SchenbergZY
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It depends upon which technology stack (version of Jupyter Book) you're using. The legacy Jupyter Book 1 (Sphinx-based) tool supports editable code cells in-browser using Thebe. Meanwhile, the new Jupyter Book 2 (mystmd-based) tool supports non-editable code cells in-browser using Thebe. We intend to support editable code cells eventually! |
Beta Was this translation helpful? Give feedback.
2 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.
-
As the title, I want to create a myst markdown file with a code cell executable and editable in browser. Is there any possibility?
Beta Was this translation helpful? Give feedback.
All reactions