Frontmatter: binder vs jupyter #2227
Unanswered
pancakereport
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm wondering about the difference in frontmatter between
binder
andjupyter: binder
. There isn't a ton of explanation forbinder
in the frontmatter available fields documentation. I see a lot for in-page execution with thejupyter: binder
option here. What is thebinder
option for? Are there subfields available forbinder
? I also see that the page can override project forbinder
but notjupyter
. What's up with this?Separately, but related, I'm interested in why
jupyter
can only be set at the project level. At Berkeley we have some documentation made with myst that is primarily static markdown. There's only really one page that involves executable code. We have this documentation configured with jupyterlite, which has to be set at the project level for all pages. I wish I could turn on in-page execution just where it's needed (one page) and not for the whole project.Beta Was this translation helpful? Give feedback.
All reactions