Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs parity for find with JupyterLab. #6917

Merged
merged 5 commits into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/source/notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,17 @@ For the full list of available shortcuts, click {guilabel}`Help`,

## Searching

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

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

Alternatively, you can disable windowed notebook rendering to expose the full
document content to the browser at the expense of performance.

## Plotting

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