Looking for an easier way to find and eliminate errors in Jupyter? Don’t forget about the interactive debugger. If you’re running the code cell and get an exception, type %debug in a new line and run it. This will open an interactive debugging environment that takes you to where the exception occurred.