##// END OF EJS Templates
python3 syntax fixes on various scripts...
python3 syntax fixes on various scripts revealed by running tools/build_relese

File last commit:

r19627:b2cae5dc
r20277:6ceb4492
Show More
Index.ipynb
46 lines | 1.5 KiB | text/plain | TextLexer
Brian E. Granger
Lots of documentation work.
r16115 {
Min RK
upate exmaple notebooks to nbformat v4
r18669 "cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/ipython_logo.png\">"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# IPython Documentation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This directory contains IPython's notebook-based documentation. This augments our [Sphinx-based documentation](http://ipython.org/ipython-doc/stable/index.html) with notebooks that contain interactive tutorials and examples. Over time, more of our documentation will be pulled into this format."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Topics"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [IPython Kernel](IPython Kernel/Index.ipynb): IPython's core syntax and command line features available in all frontends\n",
"* [Notebook](Notebook/Index.ipynb): The IPython Notebook frontend\n",
"* [Interactive Widgets](Interactive Widgets/Index.ipynb): Interactive JavaScript/HTML widgets and `interact`\n",
"* [Parallel Computing](Parallel Computing/Index.ipynb): IPython's library for interactive parallel computing\n",
"* [Customization](Customization/Index.ipynb): How to configure IPython and customize it with magics, extensions, etc.\n",
Min RK
remove builtin extension examples...
r18849 "* [Embedding](Embedding/Index.ipynb): Embedding and reusing IPython's components into other applications\n"
Min RK
upate exmaple notebooks to nbformat v4
r18669 ]
}
],
Min RK
remove signatures from example notebook metadata
r19627 "metadata": {},
Min RK
upate exmaple notebooks to nbformat v4
r18669 "nbformat": 4,
"nbformat_minor": 0
Brian E. Granger
Lots of documentation work.
r16115 }