vulture finds unused code in Python programs. It is useful for cleaning up and finding errors in large code bases.
Debug Code in JupyterLab Notebooks
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use the %debug Magic
The easiest way to debug a Jupyter notebook is to use the %debug magic command. Whenever you encounter an error or exception, just open a new notebook …