##// END OF EJS Templates
Removing Progress Bars example notebook.
Removing Progress Bars example notebook.

File last commit:

r16120:24b93a1d
r16131:04c05847
Show More
Index.ipynb
78 lines | 1.8 KiB | text/plain | TextLexer
Brian E. Granger
Moving index.ipynb
r16094 {
"metadata": {
Brian E. Granger
Renames and index work
r16097 "name": "",
Brian E. Granger
Lots of doc work.
r16120 "signature": "sha256:4b037603ce02b01191708017c52583e8e80f885f716a9e625a711742d96b49c9"
Brian E. Granger
Moving index.ipynb
r16094 },
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
Brian E. Granger
Lots of documentation work.
r16115 "cell_type": "markdown",
Brian E. Granger
Moving index.ipynb
r16094 "metadata": {},
"source": [
Brian E. Granger
Lots of documentation work.
r16115 "<img src=\"../images/ipython_logo.png\">"
Brian E. Granger
Moving index.ipynb
r16094 ]
},
{
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,
Brian E. Granger
Moving index.ipynb
r16094 "metadata": {},
"source": [
Brian E. Granger
Lots of doc work.
r16120 "Parallel Computing"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"IPython includes an architecture and library for interactive parallel computing. The enables Python functions, along with their arguments, to be run in parallel a multicore CPU, cluster or cloud using a simple Python API."
Brian E. Granger
Moving index.ipynb
r16094 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
Brian E. Granger
Lots of documentation work.
r16115 "Tutorials"
Brian E. Granger
Moving index.ipynb
r16094 ]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Lots of documentation work.
r16115 "* [Data Publication API](Data Publication API.ipynb) "
Brian E. Granger
Moving index.ipynb
r16094 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
Brian E. Granger
Lots of documentation work.
r16115 "Examples"
Brian E. Granger
Moving index.ipynb
r16094 ]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Work on parallel index
r16117 "* [Monitoring an MPI Simulation - 1](Monitoring an MPI Simulation - 1.ipynb)\n",
"* [Monitoring an MPI Simulation - 2](Monitoring an MPI Simulation - 2.ipynb)\n",
"* [Parallel Decorator and map](Parallel Decorator and map.ipynb)\n",
"* [Parallel Magics](Parallel Magics.ipynb)\n",
"* [Using Dill](Using Dill.ipynb)\n",
"* [Using MPI with IPython Parallel](Using MPI with IPython Parallel.ipynb)"
Brian E. Granger
Moving index.ipynb
r16094 ]
}
],
"metadata": {}
}
]
}