Send requests to a Jupyter server.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyter_requests-0.0.2.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for jupyter_requests-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cec0bda5aafdc97e58ca530211e6c42e59c396a8b24e56bd4f216eeee2e1a4e5 |
|
MD5 | 1f544d0b3dd4496acbb26b051094fab7 |
|
BLAKE2b-256 | cd4e7b2f359728252f1e6636b1370861aa5a4befb2614762035395a848542001 |