Jupter-Notebook-REST-API:将jupyter笔记本作为REST API端点运行。 这不是Jupyter服务器,而是一种将笔记本作为REST API端点运行的方式

时间:2024-02-26 17:33:13
【文件属性】:

文件名称:Jupter-Notebook-REST-API:将jupyter笔记本作为REST API端点运行。 这不是Jupyter服务器,而是一种将笔记本作为REST API端点运行的方式

文件大小:10KB

文件格式:ZIP

更新时间:2024-02-26 17:33:13

python docker dockerfile data-science jupyter

Jupter笔记本REST API 将jupyter笔记本作为REST API端点运行。 这不是jupyter服务器,而只是一种将笔记本作为REST API端点运行的方式。 在本地运行 克隆项目 mkdir rest-project cd rest-project git clone https://github.com/Invictify/Jupter-Notebook-REST-API . 通过Pipenv安装 pipenv install pipenv shell 您还可以使用pip install -r requirements.txt 将您的笔记本添加到“ src / notebo


【文件预览】:
Jupter-Notebook-REST-API-master
----Pipfile(256B)
----Procfile(55B)
----LICENSE(1KB)
----src()
--------server.py(907B)
--------data()
--------trigger.py(312B)
--------notebooks()
----requirements.txt(1KB)
----Dockerfile.web(1022B)
----run.sh(32B)
----.gitignore(2KB)
----jupyter-api.code-workspace(158B)
----README.md(1KB)

网友评论