Display requests in Jupyter Notebook
Project description
Pretty printing the requests/responses from python requests. Check out the example notebook for usage.
Install
pip install nbrequests
Usage
Make a request using the python requests module and run display_request(). e.g.
r = requests.get(’http://httpbin.org/get’) display_request(r)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nbrequests-0.0.8.tar.gz
(6.7 kB
view hashes)