##// END OF EJS Templates
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc...
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc Thanks to Sylvain Corlay for the suggestion.

File last commit:

r16136:94a4d14e
r18058:c7253b21
Show More
Index.ipynb
110 lines | 2.3 KiB | text/plain | TextLexer
Brian E. Granger
Lots of documentation work.
r16115 {
"metadata": {
"name": "",
Brian E. Granger
Moving list_*.ipy to examples/utils/
r16136 "signature": "sha256:de8cb1aff3da9097ba3fc7afab4327fc589f2bb1c154feeeb5ed97c87e37486f"
Brian E. Granger
Lots of documentation work.
r16115 },
"nbformat": 3,
"nbformat_minor": 0,
Brian E. Granger
Adding back links.
r16116 "worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Finishing the index files.
r16118 "<img src=\"../images/ipython_logo.png\">"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Adding back links.
r16116 "Back to the main [Index](../Index.ipynb)"
]
},
{
Brian E. Granger
Finishing the index files.
r16118 "cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
Brian E. Granger
Lots of doc work.
r16120 "Customization"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
Brian E. Granger
Finishing the index files.
r16118 ]
},
{
"cell_type": "heading",
"level": 2,
Brian E. Granger
Adding back links.
r16116 "metadata": {},
Brian E. Granger
Finishing the index files.
r16118 "source": [
"Tutorials"
]
},
{
Brian E. Granger
Adding lists of .py examples and notes about more "Coming soon."
r16133 "cell_type": "markdown",
"metadata": {},
"source": [
"Coming soon."
]
},
{
Brian E. Granger
Finishing the index files.
r16118 "cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Examples"
]
Brian E. Granger
Adding lists of .py examples and notes about more "Coming soon."
r16133 },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Coming soon."
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Non-notebook examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This directory also contains examples that are regular Python (`.py`) files."
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
Brian E. Granger
Moving list_*.ipy to examples/utils/
r16136 "%run ../utils/list_pyfiles.ipy"
Brian E. Granger
Adding lists of .py examples and notes about more "Coming soon."
r16133 ],
"language": "python",
"metadata": {},
"outputs": [
{
"html": [
"<a href='appconfig.py' target='_blank'>appconfig.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Customization/appconfig.py"
]
}
],
Brian E. Granger
Moving list_*.ipy to examples/utils/
r16136 "prompt_number": 1
Brian E. Granger
Adding back links.
r16116 }
],
"metadata": {}
}
]
Brian E. Granger
Lots of documentation work.
r16115 }