Jupyter Requests
Send requests to a Jupyter server. Useful for testing/exploring the Jupyter RESTful API.
Command Line
Make a request to a jupyter server from the command line.
jupyter_requests get api/contents
API
from jupyter_requests import JupyterRequester
import pprint
# Port number of the server
port = 8888
# Get a requester object.
r = JupyterRequester(port=port)
endpoint = 'api/contents'
response = r.get(endpoint)
pprint(response)
Release files for jupyter-requests 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jupyter_requests-0.0.3.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jupyter_requests-0.0.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 7.3 kB
Release files / jupyter_requests-0.0.3.tar.gz
| Download URL | jupyter_requests-0.0.3.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
170fcfab4c9bf9dd65a482258d28a7164693bd8867d91c5474db20329099bc1f
|
|
BLAKE2b-256 checksum How to use checksums |
096a870a0281af80e4f23c4fa36f08fbb70883c80794e029ccc8b0ebae48edf4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|
Release files / jupyter_requests-0.0.3-py2.py3-none-any.whl
| Download URL | jupyter_requests-0.0.3-py2.py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9328eb08e8ab967a88e54570100dcdc984fcd590cd7e709504daa68106fdab45
|
|
BLAKE2b-256 checksum How to use checksums |
d4bb0d3a752795aeb257c240dad5f0379724136e471df4ab025824e2896d23c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|