Load the extension in IPython.
(ip)
| 16 | |
| 17 | ## still load the magic in IPython 3.x, remove completely in future versions. |
| 18 | def load_ipython_extension(ip): |
| 19 | """Load the extension in IPython.""" |
| 20 | |
| 21 | warnings.warn("""The Cython magic has been moved to the Cython package""") |