Jupyter NB秒变微服务的利器

Jupyter Kernel Gateway这个工具可以帮你把写好的notebook变为REST api

原文可参考:
https://ndres.me/post/jupyter-notebook-rest-api/

安装

1
conda install -c conda-forge jupyter_kernel_gateway

启动

1
jupyter kernelgateway

在这个kernel的基础上,还可以进一步使用Jupyter Enterprise Gateway将你的cluster集群变成服务群。

这个项目的地址可以找到更多参考信息:
https://github.com/jupyter/enterprise_gateway