Version 8 of the IPython REPL (read-eval-print-loop) has arrived, with enhancements for code formatting, auto-suggestions, and tracebacks. Unveiled January 12, IPython 8, which is under the Project Jupyter umbrella, has been in the making for three years, since the 7.0 release. One key feature is auto-reformatting with black in the CLI. If black is installed […]
IPython is a powerful Python REPL that gives you tab completion, better tracebacks, multiline editing, and several useful features on top of pure Python Scripts. It is also the library that powers…