sverzakov
sverzakov
In the current version version v2.3.4 (and earlier) words "excpetion" and "charecter" are not detected as misspellings. 
**Describe the bug** Edlib can be pip installed from PyPi for Python 3.10 on Windows, but the installation fails for Python 3.11 **To Reproduce** Make sure that MS Visual Studio...
ipython.magic() was deprecated for long time and is removed in IPython 9, ipython.run_line_magic should be used instead. To minimize changes, trying magic() first and then retrying run_line_magic() on failure