andyljones / nosearch

Reverse search for Jupyter notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse search for Jupyter notebook cells, across your whole history.

Hit Ctrl+R in Jupyter Notebook to do a reverse history search. Ctrl+R again to move back further; Ctrl+Shift+R to move forward toward the present. Ctrl+E to accept the recovered command.

(Ctrl+E because Enter is used by the regular terminal, and it's next to R on QWERTY)

demo of selecting different inputs across history

Dev Install

Clone the repo, then install it with:

jupyter nbextension install nosearch/nosearch
jupyter nbextension enable nosearch

About

Reverse search for Jupyter notebooks


Languages

Language:JavaScript 100.0%