diff --git a/docs/source/notebook.md b/docs/source/notebook.md index e6d1aa185b..86491c9aae 100644 --- a/docs/source/notebook.md +++ b/docs/source/notebook.md @@ -332,6 +332,16 @@ to remember are the following: For the full list of available shortcuts, click {guilabel}`Help`, {guilabel}`Keyboard Shortcuts` in the notebook menus. +## 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. + +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 +shortcut using the Advanced Settings Editor. + ## Plotting One major feature of the Jupyter notebook is the ability to display plots that diff --git a/packages/documentsearch-extension/schema/notebookShellWidgetListener.json b/packages/documentsearch-extension/schema/notebookShellWidgetListener.json deleted file mode 100644 index 8a87f48ea1..0000000000 --- a/packages/documentsearch-extension/schema/notebookShellWidgetListener.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "title": "Jupyter Notebook DocumentSearch Settings", - "description": "Jupyter Notebook DocumentSearch Settings", - "jupyter.lab.shortcuts": [ - { - "command": "documentsearch:start", - "keys": ["Accel F"], - "selector": ".jp-mod-searchable", - "disabled": true - } - ], - "properties": {}, - "additionalProperties": false, - "type": "object" -} diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png index 179e9e0b4b..c7edfc8421 100644 Binary files a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png and b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-chromium-linux.png differ diff --git a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png index 82a9ae5cc7..6b1d024863 100644 Binary files a/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png and b/ui-tests/test/menus.spec.ts-snapshots/opened-menu-edit-firefox-linux.png differ