Skip to content

Commit bb1ecd5

Browse files
committed
Updated website (automated commit)
1 parent d52c28f commit bb1ecd5

25 files changed

Lines changed: 102 additions & 1132 deletions

_sources/install.txt

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ you follow the instructions on this page, which provide a setup based on Python
1212
2.7. This includes all the dependencies to run the notebook and optionally the
1313
basic libraries for scientific computing and data analysis.
1414

15-
**Mac or Windows users**
15+
**Mac or Windows**
1616

17-
Download and install the free edition of the `Enthought Python Distribution
18-
(EPD) <https://www.enthought.com/products/epd_free.php>`_. You will also need
19-
to update the IPython notebook installation to the current version:
17+
1. Download and install the free edition of the `Enthought Python Distribution
18+
(EPD) <https://www.enthought.com/products/epd_free.php>`_.
19+
20+
2. Update IPython to the current version:
2021

2122
* On a Mac, using the Terminal application::
2223

@@ -28,24 +29,30 @@ to update the IPython notebook installation to the current version:
2829
enpkg enstaller
2930
enpkg ipython
3031

31-
**Linux users**
32+
**Linux**
3233

3334
On Linux, most distributions have everything you need in their package
3435
managers.
3536

36-
On Ubuntu or other Debian-based distributions, type at the shell::
37+
1. Install IPython and its dependencies:
38+
39+
* On Ubuntu or other Debian-based distributions, type at the shell::
3740

3841
sudo apt-get install ipython-notebook
3942

40-
# Only if you are interested in data analysis and scientific work
43+
* On Fedora 18 and newer related distributions, use::
44+
45+
sudo yum install python-ipython-notebook
46+
47+
2. Optionally install additional tools for scientific computing:
48+
49+
* On Ubuntu or other Debian-based distributions, type at the shell::
50+
4151
sudo apt-get install python-matplotlib python-scipy \
4252
python-pandas python-sympy python-nose
4353

44-
On Fedora 18 and newer related distributions, use::
45-
46-
sudo yum install python-ipython-notebook
54+
* On Fedora 18 and newer related distributions, use::
4755

48-
# Only if you are interested in data analysis and scientific work
4956
sudo yum install python-matplotlib scipy python-pandas sympy python-nose
5057

5158

_sources/notebook.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ 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-
4130
.. _example collection: https://github.com/ipython/ipython/tree/master/examples/notebooks#a-collection-of-notebooks-for-using-ipython-effectively
4231

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

_sources/videos.txt

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

38-
3938
The IPython Notebook
4039
====================
4140

42-
A short (5 min) demonstration of the notebook's basic features by the team at
43-
the Pybonacci_ blog:
44-
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+
4545
.. raw:: html
4646

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

51-
.. _Pybonacci: http://pybonacci.wordpress.com.
52-
5351
IPython in depth: high-productivity interactive and parallel python
5452
===================================================================
5553

_static/basic.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ div.sphinxsidebar input {
7979
font-size: 1em;
8080
}
8181

82-
div.sphinxsidebar #searchbox input[type="text"] {
82+
div.sphinxsidebar input[type="text"] {
8383
width: 170px;
8484
}
8585

86-
div.sphinxsidebar #searchbox input[type="submit"] {
86+
div.sphinxsidebar input[type="submit"] {
8787
width: 30px;
8888
}
8989

0 commit comments

Comments
 (0)