summaryrefslogtreecommitdiff
path: root/Cython/Build/IpythonMagic.py
Commit message (Collapse)AuthorAgeFilesLines
* support "%%cython -3" cell magic in IPythonStefan Behnel2016-07-081-3/+9
|
* fix typoStefan Behnel2016-06-171-1/+1
|
* fix warning in newer IPython versionsStefan Behnel2015-08-151-1/+5
|
* fix reference to local copy of IPython license fileStefan Behnel2015-03-061-1/+1
|
* Fix caching issues of cython magic.Matthias Bussonnier2014-09-201-1/+1
| | | | Should fix https://github.com/ipython/ipython/issues/6507 when using cython magic. We will deprecate cython magic in IPython itself.
* make sure pyximport gets installed on %%cython_pyximport even if it was ↵Stefan Behnel2014-06-271-1/+3
| | | | already imported
* simplify IPython %%cython_inline implementation; avoid unnecessary global importStefan Behnel2014-06-271-3/+4
|
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-3/+3
|
* myselfMartín Gaitán2014-04-291-0/+3
|
* Moved ipython entry point to cython packageMartín Gaitán2014-04-291-6/+2
| | | | | `load_entry_point()` is on Cython/__init__.py, so:: %load_ext Cython is all you need to load the magic.
* renamed files to be more consistent with cython naming conventionMartín Gaitán2014-04-291-0/+345