How to Use Print in Jupyter Interactive Notebook for Better Debugging and Output?

20 Replies, 1688 Views

Honestly, print in Jupyter interactive notebook is underrated. I use it all the time to check if my functions are even running. Like, just throw a `print("Function A called")` at the start of a function.

For more advanced debugging, I’ve heard good things about `pdb` (Python Debugger), but I haven’t tried it yet. Anyone here use it?

Messages In This Thread



Users browsing this thread: 1 Guest(s)