Y
Hacker News
new
|
ask
|
show
|
jobs
by
cdfuller
636 days ago
Is there a way to use it with jupyter notebooks? `pyhttpdbg -m jupyter notebook` didn't work for me
1 comments
cle-b
636 days ago
If you want to trace the HTTP requests in a notebook, you must install the package notebook-httpdbg.
This is documented here:
https://httpdbg.readthedocs.io/en/latest/notebook/
link
This is documented here: https://httpdbg.readthedocs.io/en/latest/notebook/