Skip to content

Commit 7c84112

Browse files
ericsnekbytesjtpio
andauthored
Docs parity for find with JupyterLab. (#6917)
* Docs parity with JupyterLab. * Fix capitalization. * Update docs/source/notebook.md Co-authored-by: Jeremy Tuloup <[email protected]> * Added macos shortcut info. --------- Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent 3de5507 commit 7c84112

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/source/notebook.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,17 @@ For the full list of available shortcuts, click {guilabel}`Help`,
334334

335335
## Searching
336336

337-
Jupyter Notebook has an intelligent built-in search plugin for finding text within a
338-
notebook or other document, which uses the {kbd}`Ctrl-F` shortcut by default.
337+
Jupyter Notebook has an advanced built-in search plugin for finding text within a
338+
notebook or other document, which uses the {kbd}`Ctrl-F` ({kbd}`Cmd+F` for macOS) shortcut by default.
339339

340340
Your browser's `find` function will give unexpected results because it doesn't have
341-
access to the full content of a document, but you can still use your browser find
342-
function from the browser menu if you want, or you can disable the intelligent search
341+
access to the full content of a document (by default), but you can still use your browser find
342+
function from the browser menu if you want, or you can disable the built-in search
343343
shortcut using the Advanced Settings Editor.
344344

345+
Alternatively, you can disable windowed notebook rendering to expose the full
346+
document content to the browser at the expense of performance.
347+
345348
## Plotting
346349

347350
One major feature of the Jupyter notebook is the ability to display plots that

0 commit comments

Comments
 (0)