You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_highlight_selected_.../METADATA

21 lines
730 B

Metadata-Version: 2.0
Name: jupyter-highlight-selected-word
Version: 0.2.0
Summary: Jupyter notebook extension that enables highlighting every instance of the current word in the notebook.
Home-page: https://github.com/jcb91/jupyter_highlight_selected_word.git
Author: Joshua Cooke Barnes
Author-email: joshuacookebarnes@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Jupyter notebook extension that enables highlighting of all instances of the
currently-selected or cursor-adjecent word in either the current cell's editor,
or in the whole notebook.
Based on the CodeMirror addon
`Match Highlighter <https://codemirror.net/demo/matchhighlighter.html>`_,
extended to work across multiple editors.