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 set the default language? #28

Closed jgunstone closed 3 years ago

jgunstone commented 4 years ago

hi there, great extension! how do i change the default language? cheers

krassowski commented 4 years ago

Just to understand better, do you wish to restore the chosen language choice (as selected from the statusbar) between JupyterLab restarts and apply it to all the documents?

jgunstone commented 4 years ago

thanks for the quick response -

i'd like to change the language to default to British English for all instances of JupyterLab moving forwards. ideally in in a way that i can write a simple script to do it quietly on other users machines.

after some snooping i found this the jupyterlab settings section...

image

jgunstone commented 4 years ago

sorry - closed this by accident!

krassowski commented 3 years ago

The language is now saved by default based on the language chosen using the language picker, but you can also change it manually in the Settings → Advanced Settings Editor:

Screenshot from 2021-02-26 15-20-29