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

From version 1.3
edited by villemai
on 2019/06/06 14:05
Change comment: There is no comment for this version
To version 2.1
edited by villemai
on 2019/06/06 17:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,6 +3,11 @@
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 +
6 6  = JupyterHub Deployment Proposal =
7 7  
8 8  == Architecture ==
... ... @@ -29,9 +29,15 @@
29 29  
30 30  == Notes ==
31 31  
37 +=== Python 2 support ===
38 +
32 32  (% class="box warningmessage" %)
33 33  (((
34 34  Python 2 support was dropped in ipython 6.x+. The main image will no longer support Python 2.
35 35  )))
36 36  
37 -
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?