Skip to content

Commit b346b7a

Browse files
committed
add paragraph about IPython/Jupyter
1 parent 481f1cc commit b346b7a

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

css/jupyter.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
body {
88
font-family: "proxima-nova", sans-serif;
99
font-size: 18px;
10+
background-color: #eee;
1011
}
1112

1213
.container {
14+
background-color: white;
15+
}
16+
17+
#ipython-jupyter-bullets {
18+
margin-bottom: 50px;
1319
}
1420

1521
div#main-title {
@@ -31,7 +37,7 @@ div#jupyter-logo {
3137
}
3238

3339
div#sub-title {
34-
margin: 50px 0px;
40+
margin-bottom: 50px;
3541
text-align: center;
3642
}
3743

index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@
2424
<div id="main-title">
2525
<img src="images/jupyter-sq-text.svg" alt="Jupyter" id="jupyter-logo"/>
2626
</div>
27-
<div id="sub-title">
27+
<div class="row">
28+
<div id="sub-title" class="col-md-8 col-md-offset-2">
2829
<h2 class="text-center">Evolved from the IPython Project</h2>
2930
<h2 class="text-center">
3031
The language-agnostic parts of IPython are getting a new home in Project Jupyter
3132
</h2>
3233
</div>
34+
</div>
3335

34-
35-
<div class="row">
36+
<div class="row" id="ipython-jupyter-bullets">
3637
<div class="col-md-3 col-md-offset-3">
3738
<h2 class="text-center">IPython</h2>
3839
<ul>
@@ -52,6 +53,17 @@ <h2 class="text-center">Jupyter</h3>
5253
</div>
5354
</div>
5455

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+
5567
<div id="announcement-video">
5668
<center>
5769
<iframe width="500" height="300" style="margin:20px 0px 0px"

0 commit comments

Comments
 (0)