Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

minrk/nbextension-scratchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scratchpad notebook extension

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.

demo

Install

You can install with bower:

bower install --config.directory="$(jupyter --data-dir)/nbextensions" nbextension-scratchpad

Or clone the repo manually:

git clone git://github.com/minrk/nbextension-scratchpad
jupyter nbextension install nbextension-scratchpad

And enable the extension:

jupyter nbextension enable nbextension-scratchpad/main

You can disable the extension again:

jupyter nbextension disable nbextension-scratchpad/main

About

scratchpad extension for Jupyter notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •