FAQ

Q: How to do spell checking in Jupyter notebook markdown cells?

A: Run the following commands in terminal:

pip3 install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextension enable spellchecker/main

reference: http://qingkaikong.blogspot.com/2018/09/spell-checking-in-jupyter-notebook.html

Last updated

Was this helpful?