##// 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:

r24453:ba719e0d
r28600:93ffc153 merge
Show More
Index.ipynb
61 lines | 1.4 KiB | text/plain | TextLexer
No description has been provided for this image

IPython Documentation

This directory contains IPython's notebook-based documentation. This augments our Sphinx-based documentation with notebooks that contain interactive tutorials and examples. Over time, more of our documentation will be pulled into this format.

Topics

  • [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends
  • Embedding: Embedding and reusing IPython's components into other applications