Adds a scratchpad cell to Jupyter notebook. This is a cell in which you can execute code against the current kernel without modifying the notebook document.
The scratchpad can be toggled by clicking the icon in the bottom-right,
or via the keyboard shortcut Ctrl-B.
You can install with bower:
bower install --config.directory="$(jupyter --data-dir)/nbextensions" nbextension-scratchpadOr clone the repo manually:
git clone git://github.com/minrk/nbextension-scratchpad
jupyter nbextension install nbextension-scratchpadAnd enable the extension:
jupyter nbextension enable nbextension-scratchpad/mainYou can disable the extension again:
jupyter nbextension disable nbextension-scratchpad/main