'Jupyter Notebook: search text and go to cell.
When selecting all cells, the F keyboard shortcut opens the "Find and Replace" interface, where I can see all cells for my search expression, and potentially replace that expression.
However I haven't found a way to go to these cells. This is specifically problematic since my browser don't detect these cells when using the "collapsing Header" extension.
Solution 1:[1]
In Chrome, ctrl+A and then ctrl+F works for me.
Solution 2:[2]
Actually, the solution by @brian-tompsett-??? surprisingly works also with collapsible_headings nbextension to find an occurence, but one cannot navigate to the cell. (sorry for new answer, i have no reputation)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Brian Tompsett - æ±¤èŽ±æ© |
| Solution 2 |
