Show More
@@ -0,0 +1,1 b'' | |||||
|
1 | * Removed the octavemagic extension: it is now available as ``oct2py.ipython``. |
@@ -143,7 +143,6 b" have['qt'] = test_for('IPython.external.qt')" | |||||
143 | have['rpy2'] = test_for('rpy2') |
|
143 | have['rpy2'] = test_for('rpy2') | |
144 | have['sqlite3'] = test_for('sqlite3') |
|
144 | have['sqlite3'] = test_for('sqlite3') | |
145 | have['cython'] = test_for('Cython') |
|
145 | have['cython'] = test_for('Cython') | |
146 | have['oct2py'] = test_for('oct2py') |
|
|||
147 | have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None) |
|
146 | have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None) | |
148 | have['jinja2'] = test_for('jinja2') |
|
147 | have['jinja2'] = test_for('jinja2') | |
149 | have['requests'] = test_for('requests') |
|
148 | have['requests'] = test_for('requests') | |
@@ -250,9 +249,6 b" sec = test_sections['extensions']" | |||||
250 | if not have['cython']: |
|
249 | if not have['cython']: | |
251 | sec.exclude('cythonmagic') |
|
250 | sec.exclude('cythonmagic') | |
252 | sec.exclude('tests.test_cythonmagic') |
|
251 | sec.exclude('tests.test_cythonmagic') | |
253 | if not have['oct2py']: |
|
|||
254 | sec.exclude('octavemagic') |
|
|||
255 | sec.exclude('tests.test_octavemagic') |
|
|||
256 | if not have['rpy2'] or not have['numpy']: |
|
252 | if not have['rpy2'] or not have['numpy']: | |
257 | sec.exclude('rmagic') |
|
253 | sec.exclude('rmagic') | |
258 | sec.exclude('tests.test_rmagic') |
|
254 | sec.exclude('tests.test_rmagic') |
@@ -84,7 +84,9 b' Extensions bundled with IPython' | |||||
84 |
|
84 | |||
85 | autoreload |
|
85 | autoreload | |
86 | cythonmagic |
|
86 | cythonmagic | |
87 | octavemagic |
|
|||
88 | rmagic |
|
87 | rmagic | |
89 | storemagic |
|
88 | storemagic | |
90 | sympyprinting |
|
89 | sympyprinting | |
|
90 | ||||
|
91 | * ``octavemagic`` used to be bundled, but is now part of `oct2py <http://blink1073.github.io/oct2py/docs/>`_. | |||
|
92 | Use ``%load_ext oct2py.ipython`` to load it. |
@@ -298,7 +298,7 b' extremely useful. The following extensions are provided:' | |||||
298 |
|
298 | |||
299 | .. _cython: http://cython.org |
|
299 | .. _cython: http://cython.org | |
300 |
|
300 | |||
301 |
**Octave magics** (extension |
|
301 | **Octave magics** (extension ``octavemagic``) | |
302 | This extension provides several magics that support calling code written in |
|
302 | This extension provides several magics that support calling code written in | |
303 | the Octave_ language for numerical computing. You can execute single-lines |
|
303 | the Octave_ language for numerical computing. You can execute single-lines | |
304 | or whole blocks of Octave code, capture both output and figures inline |
|
304 | or whole blocks of Octave code, capture both output and figures inline |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now