##// END OF EJS Templates
Backport PR #5489: Fix required Python versions...
Backport PR #5489: Fix required Python versions It seems there's been a small inconsistency in documentation, which mentions Python 3.2.1 as minimum requirement for IPython 2.0. I've changed it to 3.3.0 - I don't know if there's 0 for minor version is sufficient, feel free to adjust it.

File last commit:

r16134:7f5cbd62
r16154:f60fd794
Show More
Index.ipynb
57 lines | 1.8 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
  • [Builtin Extensions](Builtin Extensions/Index.ipynb): Extensions we ship with IPython