JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q40603F
  • License BSD-3-Clause

A spell checker for jupyterlab.

Package Exports

  • @ijmbarr/jupyterlab_spellchecker

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ijmbarr/jupyterlab_spellchecker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.2.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