Skip to content

Commit 9601242

Browse files
committed
Updated website (automated commit)
1 parent 4f6a16c commit 9601242

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+713
-65
lines changed

_images/components.png

8.52 KB
Loading

_images/countries1.png

99 KB
Loading

_images/help_resources.png

12.4 KB
Loading

_images/installation.png

14 KB
Loading

_images/ipy_versions.png

7.35 KB
Loading

_images/platforms1.png

8.94 KB
Loading

_images/py_versions.png

5.28 KB
Loading

_images/role.png

6.21 KB
Loading

_sources/index.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ language-agnostic way to facilitate interactive computing in any language. An
1717
interactive kernel speaks to clients such as the terminal or web notebook via a
1818
well-specified protocol_, and all features of a kernel are available to all
1919
clients. We ship the official IPython kernel, but kernels for other languages
20-
are being currently developed, with prototypes in Ruby and JavaScript already
21-
existing. Additionally, the IPython kernel supports multi-language
20+
such as `Julia`_ and `Haskell`_ are actively developed and used.
21+
Additionally, the IPython kernel supports multi-language
2222
integration, letting you for example mix Python code with Cython_, R_, Octave_,
2323
and scripting in `Bash, Perl or Ruby`_.
2424

@@ -34,6 +34,10 @@ and scripting in `Bash, Perl or Ruby`_.
3434

3535
.. _parallel computing: http://ipython.org/ipython-doc/stable/parallel/parallel_intro.html
3636

37+
.. _Julia: https://github.com/JuliaLang/IJulia.jl
38+
39+
.. _Haskell: https://github.com/gibiansky/IHaskell
40+
3741
.. _cython: http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Cython%20Magics.ipynb
3842

3943
.. _R: http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/R%20Magics.ipynb

_sources/install.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,7 @@ basic libraries for scientific computing and data analysis.
1818
free edition of `Enthought Canopy
1919
<https://www.enthought.com/products/epd_free.php>`_.
2020

21-
2. Update IPython to the current version:
22-
23-
* On a Mac, using the Terminal application:
24-
25-
Anaconda::
26-
27-
conda update conda
28-
conda update ipython
29-
30-
Enthought Canopy::
31-
32-
sudo enpkg enstaller
33-
sudo enpkg ipython
34-
35-
* On Windows, at the Command Prompt (``cmd.exe`` application):
21+
2. Update IPython to the current version, using the Terminal/Command Prompt:
3622

3723
Anaconda::
3824

@@ -41,7 +27,6 @@ free edition of `Enthought Canopy
4127

4228
Enthought Canopy::
4329

44-
enpkg enstaller
4530
enpkg ipython
4631

4732
**Linux**

0 commit comments

Comments
 (0)