httpdbg - notebook
You can use httpdbg to trace the HTTP requests in your notebook.
installation
notebook-httpdbg is available on pip.
usage
To trace the HTTP requests in your notebook, load the notebook-httpdbg extension.

To trace the HTTP requests in a cell, just add the line %%httpdbg

configuration
You can choose the number of character to print for each request.