##// END OF EJS Templates
Backport PR #5488: Added missing require and jquery from cdn....
Backport PR #5488: Added missing require and jquery from cdn. For some reason (I suppose some changes at the css level) the font size inside the input cells was fixed at 14 px... making the fonts really small in the reveal slideshows. This is really annoying... As a plus, I have also added the missing calls for require and jquery (as the full html template does). I think these fixes belong to 2.0, but I also know we are on the edge... so I hope to get it inside :wink: Cheers.

File last commit:

r16136:94a4d14e
r16230:ba262623
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 }