Hi Thomas,
Thank you for the quick reply and the pointer to the custom keyboard shortcuts. With the link that you
provided I can sufficiently pattern-match to determine that I need to change the line `IPython.notebook.execute_cell();` to something
like `IPython.extensions.zenmode.toggleZenMode()`. However, as is probably evident at this point, I have very little experience
with Javascript and I do not understand where the functions defined by nbextensions end up in the namespace. Would you be able
to help me understand where the functions defined by jupyter extensions end up?
the function defined in `main.js` is "exporting" these functions somewhere. How do I access those functions?
Thanks again for your help.
Best,
Eric