Last modified by adietz on 2019/07/18 16:38

From version 1.4
edited by villemai
on 2019/06/06 16:25
Change comment: There is no comment for this version
To version 1.1
edited by villemai
on 2019/05/28 12:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,31 +13,8 @@
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 -
24 24  == Features ==
25 25  
26 26  * TBD: requirements management (how to manage python libraries and other dependencies).
27 27  * TBD: Versioning of notebooks
28 28  * TBD: Workflows
29 -
30 -== Notes ==
31 -
32 -=== Python 2 support ===
33 -
34 -(% class="box warningmessage" %)
35 -(((
36 -Python 2 support was dropped in ipython 6.x+. The main image will no longer support Python 2.
37 -)))
38 -
39 -Python 2's is deprecated and will reach [[end of life>>https://www.python.org/dev/peps/pep-0373/]] on January 1st, 2020.
40 -
41 -Many maintainers of widely used packages (numpy, pandas, ipython, etc)  [[have pledged to drop support for Python 2>>https://python3statement.org/]].
42 -
43 -What are the needs from HBP for Python 2 support, and how long does it need to be present?