Skip to main content

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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page