Skip to main content

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


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)

Uploaded Source

Built Distribution

jupyter_requests-0.0.3-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page