This repo contains a Helm chart for JupyterHub and a guide to use it. Togetherthey allow you to make a JupyterHub available to a very large group of userssuch as the staff and students of a university.
The Zero to JupyterHub with Kubernetes guideprovides user-friendly steps to deployJupyterHub on a cloud usingKubernetes and Helm.
The guide is complemented well by the documentation for JupyterHub.
The JupyterHub Helm chart lets a user create a reproducible and maintainabledeployment of JupyterHub on a Kubernetes cluster in a cloud environment. Thereleased charts are made available in our Helm chartrepository.
Please note that this repository is participating in a study into sustainabilityof open source projects. Data will be gathered about this repository forapproximately the next 12 months, starting from 2021-06-11.
Data collected will include number of contributors, number of PRs, time taken toclose/merge these PRs, and issues closed.
For more information, please visitthe informational page or download the participant information sheet.
Much of the initial groundwork for this documentation is information learnedfrom the successful use of JupyterHub and Kubernetes at UC Berkeley in theirData 8 program.
Thank you to the following contributors:
Future contributors are encouraged to add themselves to this README file too.
This repository is dual licensed under the Apache2 (to match the upstreamKubernetes charts repository) and3-clause BSD (to match the rest of Project Jupyter repositories) licenses. Seethe LICENSE
file for more information!
使用 JupyterHub,您可以创建一个多用户 Hub,它可以生成、管理和代理单用户 Jupyter notebook 服务器的多个实例。 三个主要角色组成 JupyterHub: 多用户 Hub (tornado process) 可配置的 http 代理 (node-http-proxy) 多个单用户 Jupyter notebook 服务器(Python/Jupyter/tornado)
Deploy JupyterHub for teaching The goal of this repository is to produce a reference deployment of JupyterHubfor teaching with nbgrader. The repository started from this deployment of JupyterHubfor "I
Technical Overview |Prerequisites |Authenticator setup |Build the JupyterHub Docker image |Spawner: Prepare the Jupyter Notebook Image |Run JupyterHub |Behind the scenes |FAQ jupyterhub-deploy-docker
如果数字为零,则返回true,否则返回false。 语法 (Syntax) 以下是语法。 (zero? number) 例子 (Example) 以下是零测试功能的示例。 (ns clojure.examples.hello (:gen-class)) ;; This program displays Hello World (defn Example [] (def x (zero
zero 启动 配置server.json { "Logging": { //日志配置节点 "LogLevel": { //默认筛选器 "Default": "Debug", //默认日志类别 "System": "Information" //日志类别为System }, "Console": { //针对日志提供程序Consol
链接 总体介绍 功能