@ocordes/jupyterlab_spellchecker
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

jupyterlab_spellchecker

A JupyterLab extension highlighting misspelled words in markdown cells within notebooks and in the text files.

The JupyterLab extension is based on the spellchecker Jupyter Notebook extension and relies on Typo.js for the actual spell checking. Spellchecker suggestions are available from the context menu.

The extension provides (Hunspell) SCOWL dictionaries for American, British, Canadian, and Australian English.

JupyterLab Version

The extension has been tested up to JupyterLab version 2.2.0.

Installation

jupyter labextension install @ocordes/jupyterlab_spellchecker

Development

For a development installation (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i @ocordes/jupyterlab_spellchecker

Weekly Downloads

4

Version

0.2.0

License

BSD-3-Clause

Unpacked Size

18.4 MB

Total Files

27

Last publish

Collaborators

  • ocordes