Searching through Cell Outputs using CTRL+F in JupyterLab: Any Solutions?

Hello JupyterLab community!

I’ve noticed that while using JupyterLab, the Ctrl + F shortcut allows us to search through the body of code cells. But, it doesn’t work for the results (logs) generated during the execution of those cells.

Is there any workaround or solution to enable searching through the outputs as well? Any tips or suggestions would be greatly appreciated!

Thanks!

When you do the search, there should be a filter icon, click that and you can check a box to include “Search Cell Outputs”

image

1 Like