You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contents of the cell are written to a `.pyx` file in the
directory `IPYTHONDIR/cython` using a filename with the hash of the
code. This file is then cythonized and compiled. The resulting module
But it is actually using get_ipython_cache_dir() instead of IPYTHONDIR.
(one is in ~/.cache/ipython/, the other is ~/.ipython.)
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation says
But it is actually using
get_ipython_cache_dir()
instead ofIPYTHONDIR
.(one is in
~/.cache/ipython/
, the other is~/.ipython
.)The text was updated successfully, but these errors were encountered: