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

Where can we see the spellchecker suggestions? #34

Closed paugier closed 3 years ago

paugier commented 3 years ago

Spellchecker suggestions are available from the context menu.

I guess I'm just silly but I can't find how to get the suggestions!

I tried to right-click on a wrong word but there is nothing on spelling suggestions in the context menu.

krassowski commented 3 years ago

What version of the JupyterLab and of the extension do you use? You can check this with:

jupyter lab --version

and

jupyter labextension list

respectively

paugier commented 3 years ago
$ jupyter lab --version                                                  
2.1.1
$ jupyter labextension list                                              
JupyterLab v2.1.1
Known labextensions:
   app dir: /home/pierre/.pyenv/versions/3.8.2/share/jupyter/lab
        @ijmbarr/jupyterlab_spellchecker v0.1.6  enabled  OK
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        jupyter-leaflet v0.13.2  enabled  OK
        jupyter-matplotlib v0.7.4  enabled  OK
krassowski commented 3 years ago

You will need JupyterLab 2.2.2 to install the newest version of the extension right now (and >=2.2.2 once #35 gets merged and a new version is released). Upgrade your JupyterLab to 2.2.2 with:

pip install jupyterlab=2.2.2
# or conda equivalent - whichever you used to install it in the first place

Then upgrade the extension with:

jupyter labextension install @ijmbarr/jupyterlab_spellchecker@0.1.9
paugier commented 3 years ago

Ah great!! I confirm that it is now fixed!

Sorry for this bad issue and thanks for this very useful extension!

krassowski commented 3 years ago

No, you did help a lot - your message lead me to diagnosing and fixing a bug in the code which prevented the new extension version from getting installed in newer JupyterLab versions! Thank you and have a great weekend!

On Fri, 25 Sep 2020, 17:51 Pierre Augier, notifications@github.com wrote:

Ah great!! I confirm that it is now fixed!

Sorry for this bad issue and thanks for this very useful extension!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ijmbarr/jupyterlab_spellchecker/issues/34#issuecomment-699037309, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMQBRW36DPEM6WOL4CYJ4LSHTDBJANCNFSM4RZUH2YA .