jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
205 stars 20 forks source link

How to see suggestions? #37

Closed stefaneidelloth closed 3 years ago

stefaneidelloth commented 3 years ago

Spellchecker suggestions are available from the context menu.

The context menu does not seem to provide any suggestions:

image

krassowski commented 3 years ago

See #34

krassowski commented 3 years ago
  1. Update the extension to the newest version (0.1.10) with:
jupyter labextension update @ijmbarr/jupyterlab_spellchecker
  1. Refresh window with JupyterLab (or restart it),

  2. Use the context menu over a word you want to correct, see gif below:

spellcheck

stefaneidelloth commented 3 years ago

Thanks a lot!