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
Looking at the console I see all of the code_prettify extensions fail to load with button registration issues:
[code_prettify] error loading: TypeError: Cannot read property 'help' of undefined
at toolbar.js:98
at Array.forEach (<anonymous>)
at MainToolBar.ToolBar.add_buttons_group (toolbar.js:85)
at KernelExecOnCells.add_toolbar_button (kernel_exec_on_cell.js?v=20200811234053:199)
at KernelExecOnCells.setup_for_new_kernel (kernel_exec_on_cell.js?v=20200811234053:277)
at on_success (kernel_exec_on_cell.js?v=20200811234053:337)
I changed the KernelExecOnCells.prototype.add_toolbar_button function to:
Versions:
Looking at the console I see all of the
code_prettify
extensions fail to load with button registration issues:I changed the
KernelExecOnCells.prototype.add_toolbar_button
function to:To get it working again and seems a simpler approach than the current implementation.
The text was updated successfully, but these errors were encountered: