File tree Expand file tree Collapse file tree 6 files changed +1086
-33
lines changed
Expand file tree Collapse file tree 6 files changed +1086
-33
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,17 @@ use and configure the system. The `Notebook Gallery`_ showcases many
2727interesting notebooks covering a variety of topics, from basic programming to
2828advanced 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
Original file line number Diff line number Diff 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+
3839The 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+
5153IPython in depth: high-productivity interactive and parallel python
5254===================================================================
5355
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments