![]() |
|
How to Use Print in Jupyter Interactive Notebook for Better Debugging and Output? - Printable Version +- Proxy Community (https://proxycommunity.com/forum) +-- Forum: Technical Community Support (https://proxycommunity.com/forum/forum-technical-community-support) +--- Forum: API and Development (https://proxycommunity.com/forum/forum-api-and-development) +--- Thread: How to Use Print in Jupyter Interactive Notebook for Better Debugging and Output? (/thread-how-to-use-print-in-jupyter-interactive-notebook-for-better-debugging-and-output) |
“” - NexusHider - 16-03-2025 Wow, thanks for all the awesome tips, everyone! I’ve been trying out `icecream` and it’s been a game-changer for debugging. The progress bar idea with `tqdm` is genius too—definitely gonna use that. Quick question though: has anyone tried combining print in Jupyter interactive notebook with `pdb`? I’m curious how well they work together for more complex debugging. Also, shoutout to the `pprint` suggestion—nested dictionaries are so much cleaner now. Cheers! 🚀 |