Show More
@@ -27,7 +27,7 b'' | |||
|
27 | 27 | "cell_type": "markdown", |
|
28 | 28 | "metadata": {}, |
|
29 | 29 | "source": [ |
|
30 |
"The `octavemagic` extension provides the ability to interact with Octave. It depends on the `oct2py` |
|
|
30 | "The `octavemagic` extension provides the ability to interact with Octave. It depends on the `oct2py` package,\n", | |
|
31 | 31 | "which may be installed using `easy_install`.\n", |
|
32 | 32 | "\n", |
|
33 | 33 | "To enable the extension, load it as follows:" |
@@ -304,7 +304,7 b' extremely useful. The following extensions are provided:' | |||
|
304 | 304 | or whole blocks of Octave code, capture both output and figures inline |
|
305 | 305 | (just like matplotlib plots), and have variables automatically converted |
|
306 | 306 | between the two languages. To use this extension, you must have Octave |
|
307 |
installed as well as the oct2py_ |
|
|
307 | installed as well as the oct2py_ package. The examples | |
|
308 | 308 | directory in the source distribution ships with a full notebook |
|
309 | 309 | demonstrating these capabilities: |
|
310 | 310 | |
@@ -316,7 +316,6 b' extremely useful. The following extensions are provided:' | |||
|
316 | 316 | |
|
317 | 317 | .. _octave: http://www.gnu.org/software/octave |
|
318 | 318 | .. _oct2py: http://pypi.python.org/pypi/oct2py |
|
319 | .. _h5py: http://code.google.com/p/h5py | |
|
320 | 319 | |
|
321 | 320 | **R magics** (extension :ref:`rmagic <extensions_rmagic>`) |
|
322 | 321 | This extension provides several magics that support calling code written in |
General Comments 0
You need to be logged in to leave comments.
Login now