##// END OF EJS Templates
Backport PR #5507: Fix typo in interactive widgets examples index notebook...
Backport PR #5507: Fix typo in interactive widgets examples index notebook This is a really trivial fix. Haven't read about the signatures / new security features -- let me know if I need to do something there...

File last commit:

r16136:94a4d14e
r16237:e7e2d9e3
Show More
Index.ipynb
187 lines | 4.8 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Embedding IPython Into Other Applications

The architecture of IPython is built with reusable components. These components include:

  • The configuration system for processing command line arguments and configuration files
  • The IPython InteractiveShell object that provides the core interactive features across the entire code base
  • The IPython kernel, which provides the capabilities of the InteractiveShell object over a ZeroMQ/JSON based message protocol to various frontends
  • The IPython frontends (Notebook, Qt Console, Console, Terminal)

These components can be embedded into other applications.

Tutorials

Coming soon.

Examples

Coming soon.

Non-notebook examples

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