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 details)
File details
Details for the file nbrequests-0.0.8.tar.gz
.
File metadata
- Download URL: nbrequests-0.0.8.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0f7ab6f897cbf88b2e731049c7f6dbb250e8c84e30bfd6246a2d08b96cb2f44 |
|
MD5 | f66f68e3f536f9aba7b91711c4f569c8 |
|
BLAKE2b-256 | 1fb30d9c7c45aab8696c36ac1c71d908cb33723c77f5658edc8fee790bff5345 |