ipywidgets
ipywidgets copied to clipboard
`spellcheck` attribute support for text widgets
For example, I'm imagining
ipywidgets.Textarea(..., spellcheck=False)
causing spellcheck="false" to be added to the <textarea>.
Or is there already another way to achieve this?