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
-
... ... @@ -3,11 +3,6 @@ 3 3 (% class="text-uppercase" %)Draft 4 4 ))) 5 5 6 -(% class="box infomessage" %) 7 -((( 8 -This document will address an initial release of jupyterlabs within the Collaboratory 2.0. In order to provide something quickly, this release will be limited in scope. Long term planning can be discussed [[here>>doc:Collabs.jupyter-user-group.Long term goals.WebHome]]. 9 -))) 10 - 11 11 = JupyterHub Deployment Proposal = 12 12 13 13 == Architecture == ... ... @@ -18,31 +18,8 @@ 18 18 * Possibility of selecting from different images 19 19 * Role based access to resources (quotas based on users' access level) 20 20 21 -== Components == 22 - 23 -* Jupyterhub: 1.x 24 -** Spawner: KubeSpawner 25 -** Authenticator: OAuthenticator 26 -* Notebook image~: 27 -** Main notebook image~: IPython: 7.x 28 - 29 29 == Features == 30 30 31 31 * TBD: requirements management (how to manage python libraries and other dependencies). 32 32 * TBD: Versioning of notebooks 33 33 * TBD: Workflows 34 - 35 -== Notes == 36 - 37 -=== Python 2 support === 38 - 39 -(% class="box warningmessage" %) 40 -((( 41 -Python 2 support was dropped in ipython 6.x+. The main image will no longer support Python 2. 42 -))) 43 - 44 -Python 2's is deprecated and will reach [[end of life>>https://www.python.org/dev/peps/pep-0373/]] on January 1st, 2020. 45 - 46 -Many maintainers of widely used packages (numpy, pandas, ipython, etc) [[have pledged to drop support for Python 2>>https://python3statement.org/]]. 47 - 48 -What are the needs from HBP for Python 2 support, and how long does it need to be present?