Moved ipython entry point to cython package
`load_entry_point()` is on Cython/__init__.py, so:: %load_ext Cython is all you need to load the magic.
Showing
Please register or sign in to comment
`load_entry_point()` is on Cython/__init__.py, so:: %load_ext Cython is all you need to load the magic.