##// 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
187 lines | 4.8 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:627cdf03b8de558c9344f9d1e8f0beeb2448e37e492d676e6db7b07d33251a2b"
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": [
"Embedding IPython Into Other Applications"
]
},
{
Brian E. Granger
Adding lists of .py examples and notes about more "Coming soon."
r16133 "cell_type": "markdown",
"metadata": {},
"source": [
"The architecture of IPython is built with reusable components. These components include:\n",
"\n",
"* The configuration system for processing command line arguments and configuration files\n",
"* The IPython `InteractiveShell` object that provides the core interactive features across the entire code base\n",
"* The IPython kernel, which provides the capabilities of the `InteractiveShell` object over a ZeroMQ/JSON based message protocol to various frontends\n",
"* The IPython frontends (Notebook, Qt Console, Console, Terminal)\n",
"\n",
"These components can be embedded into other applications."
]
},
{
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='embed_class_long.py' target='_blank'>embed_class_long.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/embed_class_long.py"
]
},
{
"html": [
"<a href='embed_class_short.py' target='_blank'>embed_class_short.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/embed_class_short.py"
]
},
{
"html": [
"<a href='embed_function.py' target='_blank'>embed_function.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/embed_function.py"
]
},
{
"html": [
"<a href='inprocess_qtconsole.py' target='_blank'>inprocess_qtconsole.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/inprocess_qtconsole.py"
]
},
{
"html": [
"<a href='inprocess_terminal.py' target='_blank'>inprocess_terminal.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/inprocess_terminal.py"
]
},
{
"html": [
"<a href='internal_ipkernel.py' target='_blank'>internal_ipkernel.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/internal_ipkernel.py"
]
},
{
"html": [
"<a href='ipkernel_qtapp.py' target='_blank'>ipkernel_qtapp.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/ipkernel_qtapp.py"
]
},
{
"html": [
"<a href='ipkernel_wxapp.py' target='_blank'>ipkernel_wxapp.py</a><br>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Embedding/ipkernel_wxapp.py"
]
}
],
Brian E. Granger
Simplify .py listing code, moving Misc examples.
r16134 "prompt_number": 1
Brian E. Granger
Adding back links.
r16116 }
],
"metadata": {}
}
]
Brian E. Granger
Lots of documentation work.
r16115 }