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.3.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for jupyter_requests-0.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9328eb08e8ab967a88e54570100dcdc984fcd590cd7e709504daa68106fdab45 |
|
MD5 | 9f9bbb5022aa3223edffef61197c6652 |
|
BLAKE2b-256 | d4bb0d3a752795aeb257c240dad5f0379724136e471df4ab025824e2896d23c6 |