A nbextension to select occurences of the currently selected text
Project description
Multiselection
This nbextension allows to select occurences of the selected text in the currently active cell.
Installation
First, install jupyter_multiselection
using pip:
pip install jupyter-multiselection
Next, install the nbextension using jupyter:
jupyter nbextension install --py jupyter_multiselection
Finally, enable the nbextension:
jupyter nbextension enable multiselection/multiselection
Usage
Select a word or section of text in edit mode and other occurences of the selection will be highlighted.
Use the select next hotkey (default Ctrl+m
) to select the next occurence of the selection. To select all occurences use the select all hotkey (default: 'Ctrl+Alt+m').
Options
highlight
- Iftrue
, all occurences of the selected word will be highlighted (default:true
).wrapcell
- Iftrue
, after the last occurence in the cell the next selection will start from the beginning (default:true
).nextHotkey
- Hotkey to select the next occurence (default:Ctrl+m
).allHotkey
- Hotkey to select all occurences (default:Ctrl+Alt+m
).
TODO
- Multiselection across all cells
- Split multi-line selection into multiple selections
History
- @chdudek (Feb 29 2020): Inital release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for jupyter_multiselection-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c90efcb19bcc010d3a9e7c283285c2b2339cc261ed342faedbab49aad42f25f3 |
|
MD5 | 20172e40ba5d1a69e5e816c857f73e34 |
|
BLAKE2b-256 | 95afd8b7b81a4696853f480214aa8142bcad59962e97f5f706762906bd3dbd39 |
Close
Hashes for jupyter_multiselection-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bfc31c9535ac62e3f7f7cb58f2bca266f9c26e834402cc8920d3361ead973a6 |
|
MD5 | 90e7f4f575fa4b6069158f5e98e36454 |
|
BLAKE2b-256 | 053f673ce7af6edb2e8472f12ae860368cc96e97be03826b797aa5e24f6fc6f2 |