'Find and go-to text when using nbextensions which hide code
This is a duplicate from this 3-year-old question, which does not have a satisfactory solution.
The question is about finding and going to text across all cells of a Jupyter Notebook when using nbextensions such as Collapsible Headings or Codefolding.
For all cells under a collapsed heading and for folded code, the browser's Ctrl + F does not work.
The Jupyter Notebook's command F allows you to "Find and replace" text across all cells, as below:
However, it does not allow going to the location of each finding. Is there any way to achieve this?
EDIT
Not really a solution, but at least a "bypass" which I would be happy to consider using is to have an easy direct way of expanding all the hidden code so I can just use Ctrl + F in the browser.
The Collapsing Header extension allows un-collapsing (expanding) all the headings in the Jupyter Notebook using Crtl + Shift + Right.
However, the Codefolding extension does not seem to have such a functionality where one can unfold all the code in a notebook. So this "bypass" is not possible either if using this extension.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

