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

- change dict loading mechanism from internal static to server extension #70

Closed ocordes closed 3 years ago

ocordes commented 3 years ago

Changing the loading strategy from internal webpack loading to a free customisable server extension solution.

Closes #69.

Closes #66.

github-actions[bot] commented 3 years ago

Binder :point_left: Launch a binder notebook on branch _ocordes/jupyterlabspellchecker/server-ext

krassowski commented 3 years ago

Sorry that it took me a while to get back. I improved this approach in https://github.com/jupyterlab-contrib/spellchecker/pull/74. I will merge this PR now and let's review the changes proposed in #74 next.