##// END OF EJS Templates
Remove old mentions and uses of ipython_extension_dir (#14310)...
Remove old mentions and uses of ipython_extension_dir (#14310) The bulk of this functionality was removed in IPython 8.6.0, but there were still mentions of it in the docs and in the reload code. The extant mentions of `.ipython/extensions` in code came up as a source of confusion in #14263.

File last commit:

r21637:d1ce07b2
r28600:93ffc153 merge
Show More
mynotebook.ipynb
69 lines | 1.1 KiB | text/plain | TextLexer

My Notebook

In [1]:
def foo():
    return "foo"
In [2]:
def has_ip_syntax():
    listing = !ls
    return listing
In [4]:
def whatsmyname():
    return __name__