Skip to content

Help on adding thebe interactivity to code-cells executed on build by MyST-nb. #186

Discussion options

You must be logged in to vote

Nevermind the issue. I was just being silly.
Because I'm using the Furo theme, I had to tell thebe specifically the class of div with which to identify the inputs and outputs (I had typed in the wrong classes).
I don't see how I can delete the post since this information is literally in the docs and so I'll show explicitly the config I used for this theme.

thebe_config = {
    "repository_url": "https://github.com/MantiMantilla/Theory-of-Computation-Encryption",
    "path_to_docs": "criptografia-book",
    "repository_branch": "main",
    "selector": "div.section",
    "selector_input": "div.cell_input",
    "selector_output": "div.cell_output",
    #"codemirror-theme": "blackboard"  # Do…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chrisjsewell
Comment options

Answer selected by choldgraf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants