##// END OF EJS Templates
include docstring in detail_level=1 if no source is found...
include docstring in detail_level=1 if no source is found We currently display source for ?? and docstring for ?, which means less info is displayed if no source is found (e.g. compiled functions). This displays docstring for ?? as a fallback when no Source is found. This is a regression in 5.x

File last commit:

r21637:d1ce07b2
r23021:ebedbe27
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