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?