Is there a way to default to "Replace in all cells" in the "Find and Replace" in jupyter?

ceiling cat picture ceiling cat · Jan 12, 2018 · Viewed 17.3k times · Source

I usually want to find and replace all, but it looks like it has been set to current/highlighted cell only (https://github.com/jupyter/notebook/pull/2131). jupyter also doesn't remember the option after the dialog goes away. Is there a way to change this behavior? Thanks.

Answer

itsergiu picture itsergiu · May 14, 2018

Select all the cells where you want to perform Find/Replace

Shift + Arrow key Down or Up


and then,

Menu: Edit -> Find and Replace