##// END OF EJS Templates
imp module deprecated in 3.4...
imp module deprecated in 3.4 We still use imp.find_module,(in IPython/utils/module_paths.py) but this as no newer drop-in replacement as far as I understand. Some alternative suggested here: https://docs.python.org/3/library/importlib.html#importlib.abc.Finder Deprecated since version 3.3: Use MetaPathFinder or PathEntryFinder instead. The various error messages are not clear of the exact version where this is deprecated.

File last commit:

r20278:8f4dcac7
r21257:1f186991
Show More
Index.ipynb
65 lines | 1.9 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
  • Notebook: The IPython Notebook frontend
  • [Interactive Widgets](Interactive Widgets/Index.ipynb): Interactive JavaScript/HTML widgets and interact
  • [Parallel Computing](Parallel Computing/Index.ipynb): IPython's library for interactive parallel computing
  • Customization: How to configure IPython and customize it with magics, extensions, etc.
  • Embedding: Embedding and reusing IPython's components into other applications