首页 > 其他 > 详细

jupyterhub

时间:2019-06-27 00:16:36      阅读:127      评论:0      收藏:0      [点我收藏+]

使用 JupyterHub,您可以创建一个多用户 Hub,它可以生成、管理和代理单用户 Jupyter notebook 服务器的多个实例

JupyterHub 包含三个组件 [1]  :
  1. 一个多用户的 Hub
  2. 一个可配置的 http代理
  3. 多个单用户JupyterNotebook服务器

 

Four subsystems make up JupyterHub:

  • Hub (tornado process) that is the heart of JupyterHub

  • 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

原文:https://www.cnblogs.com/Stephen-Qin/p/11094544.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!