Commit 2f14969c authored by colinfang's avatar colinfang

Document update cythonmagic -> Cython

parent 1d6aecf0
......@@ -60,9 +60,9 @@ use pip:
(venv)$ ipython notebook
To enable support for Cython compilation, install Cython and load the
``cythonmagic`` extension from within IPython::
``Cython`` extension from within IPython::
%load_ext cythonmagic
%load_ext Cython
Then, prefix a cell with the ``%%cython`` marker to compile it::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment