jupyterhub
Posted stephen-qin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyterhub相关的知识,希望对你有一定的参考价值。
使用 JupyterHub,您可以创建一个多用户 Hub,它可以生成、管理和代理单用户 Jupyter notebook 服务器的多个实例
-
一个多用户的 Hub
-
一个可配置的 http代理
-
多个单用户JupyterNotebook服务器
Four subsystems make up JupyterHub:
-
a Hub (tornado process) that is the heart of JupyterHub
-
a configurable http proxy (node-http-proxy) that receives the requests from the client’s browser
-
multiple single-user Jupyter notebook servers (Python/IPython/tornado) that are monitored by Spawners
-
an authentication class that manages how users can access the system
-
以上是关于jupyterhub的主要内容,如果未能解决你的问题,请参考以下文章