Using thebe on a local project. #1810
-
Hello, I want to have executable content on the web page version of my jupyterbooks.
Currently I have the following files:
I also have the mentioned file[i].ipynb files. I launch the local web version by running in the command line:
Then I select 'yes' in the command line after which I get the link to webpage `http://localhost:3000/neural-geometry' How do I change my code to have thebe working? Note: I have tried reading the docs but am not understanding what exactly to write in the Looking for a clear and step-by-step procedure that I can follow to get Thebe working. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I tried stuff from https://mystmd.org/guide/integrating-jupyter My new myst.yml:
Then I start a local jupyter kernel using:
Then I build the project:
Then I start the local web page:
Now when I open the jupyterbook on the local host I am able to execute the cells! |
Beta Was this translation helpful? Give feedback.
I tried stuff from https://mystmd.org/guide/integrating-jupyter
and it worked!
My new myst.yml:
Then I start a local jupyter kernel using: