##// END OF EJS Templates
use shlex.split on editor hooks on Windows...
use shlex.split on editor hooks on Windows pipes.quote uses single-quotes, which is wrong on Windows. But the grouping is still correct after shlex.split. An alternative would be to use a cmd list, and not do any quoting.

File last commit:

r18669:b6d2fd61
r18836:e0a5359f
Show More
Index.ipynb
102 lines | 2.0 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Customization

IPython has rich APIs for customization. Many behaviors of the different IPython applications can be configured using command line arguments or configuration files. IPython's core syntax and command line features can also be customized through input filters, custom magic commands, etc.

Tutorials

Coming soon.

Examples

Coming soon.

Non-notebook examples

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

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