跳转到主要内容

向Jupyter服务器发送请求。

项目描述

Jupyter Requests

向Jupyter服务器发送请求。适用于测试/探索Jupyter RESTful API。

命令行

从命令行向jupyter服务器发送请求。

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)

项目详情


下载文件

下载适用于您的平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源代码分发

jupyter_requests-0.0.3.tar.gz (3.8 kB 查看哈希)

上传时间: 源代码

构建分发

jupyter_requests-0.0.3-py2.py3-none-any.whl (3.5 kB 查看哈希)

上传时间: Python 2 Python 3

由...