##// 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:

r16120:24b93a1d
r16230:ba262623
Show More
Index.ipynb
64 lines | 1.6 KiB | text/plain | TextLexer
Brian E. Granger
Lots of documentation work.
r16115 {
"metadata": {
"name": "",
Brian E. Granger
Lots of doc work.
r16120 "signature": "sha256:a89ddd606f68e27067a5e2301a4d19a3c149131f4f07be4483a65979e26bebe0"
Brian E. Granger
Lots of documentation work.
r16115 },
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../images/ipython_logo.png\">"
]
},
{
Brian E. Granger
Adding back links.
r16116 "cell_type": "markdown",
"metadata": {},
"source": [
"Back to the main [Index](../Index.ipynb)"
]
},
{
Brian E. Granger
Lots of documentation work.
r16115 "cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Builtin Extensions"
]
},
{
Brian E. Granger
Lots of doc work.
r16120 "cell_type": "markdown",
"metadata": {},
"source": [
"IPython extensions allow custom magic commands to be shipped as standalone libraries. IPython includes a few extensions that define magic commands for working with code in other languages.\n",
"\n",
"<div class=\"alert\" style=\"margin: 10px\">\n",
"We are in the process of moving these builtin extensions to their parent projects (Cython, oct2py and rpy2). Once this happens this documentation will move as well.\n",
"</div>"
]
},
{
Brian E. Granger
Lots of documentation work.
r16115 "cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Tutorials"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Cython Magics](Cython Magics.ipynb): magics for compiling and running Cython code in a cell\n",
"* [Octave Magic](Octave Magic.ipynb): magics for running Octave code in a cell\n",
"* [R Magics](R Magics.ipynb): magics for running R code in a cell"
]
}
],
"metadata": {}
}
]
}