Skip to content

Commit 04508ab

Browse files
committed
Updated website (automated commit)
1 parent 2ecdcf8 commit 04508ab

File tree

6 files changed

+1086
-33
lines changed

6 files changed

+1086
-33
lines changed

_sources/notebook.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ use and configure the system. The `Notebook Gallery`_ showcases many
2727
interesting notebooks covering a variety of topics, from basic programming to
2828
advanced scientific computing.
2929

30+
31+
Here is a short demo of the notebook's basic features by the Pybonacci_ team:
32+
33+
.. raw:: html
34+
35+
<div align="center"> <iframe title="YouTube video player2" width="550"
36+
height="350" src="http://www.youtube.com/embed/H6dLGQw9yFQ" frameborder="0"
37+
allowfullscreen></iframe></div><br>
38+
39+
.. _Pybonacci: http://pybonacci.wordpress.com.
40+
3041
.. _example collection: https://github.com/ipython/ipython/tree/master/examples/notebooks#a-collection-of-notebooks-for-using-ipython-effectively
3142

3243
.. _documentation: http://ipython.org/ipython-doc/rel-0.13.1/interactive/htmlnotebook.html

_sources/videos.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,21 @@ interface.
3535
height="350" src="http://www.youtube.com/embed/26wgEsg9Mcc" frameborder="0"
3636
allowfullscreen></iframe></div><br>
3737

38+
3839
The IPython Notebook
3940
====================
4041

41-
A quick introduction to the notebook running on Amazon with `StarCluster
42-
<http://web.mit.edu/star/cluster>`_ (8 min) by `Titus Brown
43-
<http://ivory.idyll.org/blog>`_.
44-
42+
A short (5 min) demonstration of the notebook's basic features by the team at
43+
the Pybonacci_ blog:
44+
4545
.. raw:: html
4646

4747
<div align="center"> <iframe title="YouTube video player2" width="550"
48-
height="350" src="http://www.youtube.com/embed/HaS4NXxL5Qc" frameborder="0"
48+
height="350" src="http://www.youtube.com/embed/H6dLGQw9yFQ" frameborder="0"
4949
allowfullscreen></iframe></div><br>
5050

51+
.. _Pybonacci: http://pybonacci.wordpress.com.
52+
5153
IPython in depth: high-productivity interactive and parallel python
5254
===================================================================
5355

_static/pygments.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
.highlight .gr { color: #FF0000 } /* Generic.Error */
1414
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
1515
.highlight .gi { color: #00A000 } /* Generic.Inserted */
16-
.highlight .go { color: #333333 } /* Generic.Output */
16+
.highlight .go { color: #303030 } /* Generic.Output */
1717
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
1818
.highlight .gs { font-weight: bold } /* Generic.Strong */
1919
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
20-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
20+
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
2121
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
2222
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
2323
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */

0 commit comments

Comments
 (0)