File tree 2 files changed +22
-4
lines changed
2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 7
7
body {
8
8
font-family : "proxima-nova" , sans-serif;
9
9
font-size : 18px ;
10
+ background-color : # eee ;
10
11
}
11
12
12
13
.container {
14
+ background-color : white;
15
+ }
16
+
17
+ # ipython-jupyter-bullets {
18
+ margin-bottom : 50px ;
13
19
}
14
20
15
21
div # main-title {
@@ -31,7 +37,7 @@ div#jupyter-logo {
31
37
}
32
38
33
39
div # sub-title {
34
- margin : 50px 0 px ;
40
+ margin-bottom : 50px ;
35
41
text-align : center;
36
42
}
37
43
Original file line number Diff line number Diff line change 24
24
< div id ="main-title ">
25
25
< img src ="images/jupyter-sq-text.svg " alt ="Jupyter " id ="jupyter-logo "/>
26
26
</ div >
27
- < div id ="sub-title ">
27
+ < div class ="row ">
28
+ < div id ="sub-title " class ="col-md-8 col-md-offset-2 ">
28
29
< h2 class ="text-center "> Evolved from the IPython Project</ h2 >
29
30
< h2 class ="text-center ">
30
31
The language-agnostic parts of IPython are getting a new home in Project Jupyter
31
32
</ h2 >
32
33
</ div >
34
+ </ div >
33
35
34
-
35
- < div class ="row ">
36
+ < div class ="row " id ="ipython-jupyter-bullets ">
36
37
< div class ="col-md-3 col-md-offset-3 ">
37
38
< h2 class ="text-center "> IPython</ h2 >
38
39
< ul >
@@ -52,6 +53,17 @@ <h2 class="text-center">Jupyter</h3>
52
53
</ div >
53
54
</ div >
54
55
56
+ < div class ="row ">
57
+ < div class ="col-md-6 col-md-offset-3 ">
58
+ < p >
59
+ IPython will continue to exist as a Python kernel for Jupyter,
60
+ but the notebook and other language-agnostic parts of IPython
61
+ will move to new projects under the Jupyter name.
62
+ IPython 3.0 will be the last monolithic release of IPython.
63
+ </ p >
64
+ </ div >
65
+ </ div >
66
+
55
67
< div id ="announcement-video ">
56
68
< center >
57
69
< iframe width ="500 " height ="300 " style ="margin:20px 0px 0px "
You can’t perform that action at this time.
0 commit comments