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
Built Distribution
File details
Details for the file jupyter_requests-0.0.3.tar.gz
.
File metadata
- Download URL: jupyter_requests-0.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 170fcfab4c9bf9dd65a482258d28a7164693bd8867d91c5474db20329099bc1f |
|
MD5 | d86e013b0d4bd034e8db951088317a3f |
|
BLAKE2b-256 | 096a870a0281af80e4f23c4fa36f08fbb70883c80794e029ccc8b0ebae48edf4 |
Provenance
File details
Details for the file jupyter_requests-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: jupyter_requests-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9328eb08e8ab967a88e54570100dcdc984fcd590cd7e709504daa68106fdab45 |
|
MD5 | 9f9bbb5022aa3223edffef61197c6652 |
|
BLAKE2b-256 | d4bb0d3a752795aeb257c240dad5f0379724136e471df4ab025824e2896d23c6 |