Commit b4bc8471 authored by scoder's avatar scoder

Merge pull request #375 from colinfang/master

Document update cythonmagic -> Cython
parents 1d6aecf0 2f14969c
......@@ -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