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
An ipywidgets' button does not work through Thebe when embedded on a Jupyter Book page.
Pressing a button after launching Thebe gives the following error in the web browser's console:
default.js:127 TypeError: Cannot read property 'emit' of undefined
at Object.output (manager.js:54)
at e.onIOPub (services-shim.js:97)
at t.KernelShellFutureHandler._handleIOPub (future.js:204)
at async t.KernelShellFutureHandler.handleMsg (future.js:173)
at async v._handleMessage (default.js:1038)
(anonymous) @ default.js:127
Promise.catch (async)
_onWSMessage @ default.js:124
To Reproduce
Steps to reproduce the behavior:
Embed an ipywidgets' button on a Jupyter Book page
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
An
ipywidgets
' button does not work through Thebe when embedded on a Jupyter Book page.Pressing a button after launching Thebe gives the following error in the web browser's console:
To Reproduce
Steps to reproduce the behavior:
ipywidgets
' button on a Jupyter Book pageFor example, see this page with button widgets.
Expected behavior
Clicking the button should execute the connected Python function.
Environment
jupyter-book --version
:Additional context
N/A
The text was updated successfully, but these errors were encountered: