You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in #1163 I want to add interactive elements to my jupyter book with ipywidgets. Yet, I don't want to show the code at all and only display the interactive figure and widgets. Is there a way of doing this?
What I am doing now is to tag cells in jupyter notebook with "thebe-init" and "remove-cell". And then I launch Thebe on the html-Site. But Thebe won't run and it just "waits for kernel...". I believe that removed cells are not available for Thebe. So how can I remove code from the user and still excecute it with Thebe?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As in #1163 I want to add interactive elements to my jupyter book with ipywidgets. Yet, I don't want to show the code at all and only display the interactive figure and widgets. Is there a way of doing this?
What I am doing now is to tag cells in jupyter notebook with "thebe-init" and "remove-cell". And then I launch Thebe on the html-Site. But Thebe won't run and it just "waits for kernel...". I believe that removed cells are not available for Thebe. So how can I remove code from the user and still excecute it with Thebe?
Beta Was this translation helpful? Give feedback.
All reactions