22
22
< div class ="container ">
23
23
24
24
< div id ="main-title ">
25
- < h1 class =" text-center " > Project Jupyter</ h1 >
25
+ < img src =" images/jupyter-sq-text.svg " alt =" Jupyter " id =" jupyter-logo " / >
26
26
</ div >
27
-
28
- < div id ="jupyter-logo " class ="text-center ">
29
- < span class ="icon jupyter-icon-jupiter "> </ span >
30
- < span id ="moon-1 " class ="icon jupyter-icon-moon "> </ span >
31
- < img id ="julia " src ="images/Julia_256x256.png " class ="language-logo " />
32
- < span id ="moon-2 " class ="icon jupyter-icon-moon "> </ span >
33
- < img id ="python " src ="images/Python_256x256.png " class ="language-logo " />
34
- < span id ="moon-3 " class ="icon jupyter-icon-moon "> </ span >
35
- < img id ="r " src ="images/R_256x256.png " class ="language-logo " />
36
- </ div >
37
-
38
27
< div id ="sub-title ">
39
28
< h2 class ="text-center "> Evolved from the IPython Project</ h2 >
29
+ < h2 class ="text-center ">
30
+ The language-agnostic parts of IPython are getting a new home in Project Jupyter
31
+ </ h2 >
32
+ </ div >
33
+
34
+
35
+ < div class ="row ">
36
+ < div class ="col-md-3 col-md-offset-3 ">
37
+ < h2 class ="text-center "> IPython</ h2 >
38
+ < ul >
39
+ < li > Interactive Python shell</ li >
40
+ < li > Python kernel for Jupyter</ li >
41
+ < li > Interactive Parallel Python</ li >
42
+ </ ul >
43
+ </ div >
44
+ < div class ="col-md-3 ">
45
+ < h2 class ="text-center "> Jupyter</ h3 >
46
+ < ul >
47
+ < li > Rich REPL Protocol</ li >
48
+ < li > Notebook (format, environment, conversion)</ li >
49
+ < li > < a href ="https://github.com/jupyter/jupyterhub "> JupyterHub</ a > (multi-user notebook server)</ li >
50
+ < li > < a href ="https://github.com/jupyter "> More...</ a > </ li >
51
+ </ ul >
52
+ </ div >
53
+ </ div >
40
54
55
+ < div id ="announcement-video ">
41
56
< center >
42
57
< iframe width ="500 " height ="300 " style ="margin:20px 0px 0px "
43
58
src ="https://www.youtube.com/embed/JDrhn0-r9Eg?start=258&end=529 "
@@ -50,20 +65,17 @@ <h4 class="text-center">
50
65
</ div >
51
66
52
67
< div id ="footer ">
53
- < div class ="container ">
54
68
< hr />
55
69
< div class ="row ">
56
- < div class ="col-md-3 ">
70
+ < div class ="col-md-3 col-md-offset-2 ">
57
71
< iframe src ="https://ghbtns.com/github-btn.html?user=jupyter&type=follow "
58
72
allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200 " height ="20 "> </ iframe >
59
73
</ div >
60
74
< div class ="col-md-3 ">
61
75
< a href ="https://twitter.com/ProjectJupyter " class ="twitter-follow-button " data-show-count ="false "> Follow @ProjectJupyter</ a >
62
76
</ div >
63
- < div class ="col-md-3 "> < a href ="http://colaboratory.jupyter.org " target ="_blank "> Jupyter coLaboratory</ a > </ div >
64
77
< div class ="col-md-3 "> < a href ="http://ipython.org " target ="_blank "> IPython Project</ a > </ div >
65
78
</ div >
66
- </ div >
67
79
</ div >
68
80
69
81
0 commit comments