Skip to content

Spellchecker for jupyterlab notebook markdown cells.

Notifications You must be signed in to change notification settings

A-K12/jupyterlab_spellchecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab_spellchecker

A JupyterLab extension highlighting misspelled words in markdown cells within notebooks.

The JupyterLab extension is based on the spellchecker Jupyter Notebook extension and relies on Typo.js for the actual spell checking.

The extension currently only use the en_US dictionary loaded from the jsdelivr.net cdn.

JupterLab Version

The extension has been tested up to JupyterLab version 2.0.0.

Installation

jupyter labextension install @ijmbarr/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

About

Spellchecker for jupyterlab notebook markdown cells.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • CSS 1.9%