Changes for page JupyterHub Deployment Proposal
Last modified by adietz on 2019/07/18 16:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,8 +13,25 @@ 13 13 * Possibility of selecting from different images 14 14 * Role based access to resources (quotas based on users' access level) 15 15 16 +== Components == 17 + 18 +* Jupyterhub: 1.x 19 +** Spawner: KubeSpawner 20 +** Authenticator: OAuthenticator 21 +* Notebook image~: 22 +** Main notebook image~: IPython: 7.x 23 + 16 16 == Features == 17 17 18 18 * TBD: requirements management (how to manage python libraries and other dependencies). 19 19 * TBD: Versioning of notebooks 20 20 * TBD: Workflows 29 + 30 +== Notes == 31 + 32 +(% class="box warningmessage" %) 33 +((( 34 +Python 2 support was dropped in ipython 6.x+. The main image will no longer support Python 2. 35 +))) 36 + 37 +