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

20 Replies, 1655 Views

Yo, print in Jupyter interactive notebook is clutch! I’ve been using `pprint` (pretty print) from the `pprint` module for nested dictionaries and lists. It formats the output so much cleaner than regular print.

For debugging, I also use `logging` sometimes, but honestly, print is just faster for quick checks.

Messages In This Thread



Users browsing this thread: 1 Guest(s)