Show More
@@ -4,4 +4,4 b'' | |||
|
4 | 4 | cythonmagic |
|
5 | 5 | =========== |
|
6 | 6 | |
|
7 | .. automodule:: IPython.extensions.cythonmagic | |
|
7 | The `cython` magic has been moved in the `cython` package. |
@@ -100,3 +100,5 b' Extensions bundled with IPython' | |||
|
100 | 100 | * ``rmagic`` is now part of `rpy2 <http://rpy.sourceforge.net/>`_. Use |
|
101 | 101 | ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for |
|
102 | 102 | details of how to use it. |
|
103 | * ``cythonmagic``used to be bundled, but is now part of `cython <https://github.com/cython/cython/>`_ | |
|
104 | Use ``%load_ext cython`` to load it. |
@@ -41,7 +41,7 b' extend, :meth:`~IPython.config.loader.LazyConfigValue.prepend` (like' | |||
|
41 | 41 | extend, but at the front), add and update (which works both for dicts |
|
42 | 42 | and sets):: |
|
43 | 43 | |
|
44 |
c.InteractiveShellApp.extensions.append('cython |
|
|
44 | c.InteractiveShellApp.extensions.append('cython') | |
|
45 | 45 | |
|
46 | 46 | .. versionadded:: 2.0 |
|
47 | 47 | list, dict and set methods for config values |
General Comments 0
You need to be logged in to leave comments.
Login now