Jupter Notebook REST API:将jupyter笔记本作为REST API端点运行。 这不是Jupyter服务器而是一种将笔记本作为REST
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
下载地址
用户评论