jupyterlab-contrib / spellchecker

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

Highlighting all words to highlighting no words. #63

Open sprusaka opened 3 years ago

sprusaka commented 3 years ago

Hi! Just installed the extension. First it highlighted every word (even those spelled correctly). I re-installed it. Now it doesn't highlight any misspelled words.

jupyter core     : 4.7.1
jupyter-notebook : 6.2.0
qtconsole        : 5.0.2
ipython          : 7.16.1
ipykernel        : 5.4.3
jupyter client   : 6.1.11
jupyter lab      : 3.0.10
nbconvert        : 5.6.1
ipywidgets       : 7.6.3
nbformat         : 5.1.2
traitlets        : 4.3.3

Running on Microsoft Azure if it makes any difference.

All settings are default settings: image

krassowski commented 3 years ago
  1. Are there any errors in the console in the developer tools of your browser? See: How to open the devtools in your browser
  2. What is the result of jupyter labextension list?
  3. Did you refresh/restart after installation?
  4. I thought Microsoft Azure is still on JupyterLab 2.0 (I may be confusing with another of their products) - would you be able to provide instructions on how to reproduce your setup?
ocordes commented 3 years ago

Can you provide us the notebook or a notebook with an example which is not working?