##// END OF EJS Templates
Statically type OInfo. (#13973)...
Statically type OInfo. (#13973) In view of working with #13860, some cleanup inspect to be properly typed, and using stricter datastructure. Instead of dict we now use dataclasses, this will make sure that fields type and access can be stricter and verified not only at runtime, but by mypy

File last commit:

r26726:72a79cb1
r28166:29b451fc merge
Show More
Index.ipynb
201 lines | 4.8 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

IPython Kernel

IPython provides extensions to the Python programming language that make working interactively convenient and efficient. These extensions are implemented in the IPython Kernel and are available in all of the IPython Frontends (Notebook, Terminal, Console and Qt Console) when running this kernel.

Tutorials

  • [Cell Magics](Cell Magics.ipynb)
  • [Script Magics](Script Magics.ipynb)
  • [Rich Output](Rich Output.ipynb)
  • [Custom Display Logic](Custom Display Logic.ipynb)
  • [Plotting in the Notebook](Plotting in the Notebook.ipynb)
  • [Capturing Output](Capturing Output.ipynb)

Examples

  • [Background Jobs](Background Jobs.ipynb)
  • [Trapezoid Rule](Trapezoid Rule.ipynb)
  • SymPy
  • [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)
  • [Importing Notebooks](Importing Notebooks.ipynb)

Non-notebook examples

This directory also contains examples that are regular Python (.py) files.

In [1]:
%run ../utils/list_pyfiles.ipy

There are also a set of examples that show how to integrate IPython with different GUI event loops:

In [2]:
%run ../utils/list_subdirs.ipy