##// END OF EJS Templates
Initial interface for javascript contentmanagers...
Initial interface for javascript contentmanagers contentmanager.js is going to be a js proxy for the current filenbmanager.py. This will allow a contentmanager for Google Drive to be created.

File last commit:

r16136:94a4d14e
r18618:a95e3bf9
Show More
Index.ipynb
329 lines | 9.3 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Parallel Computing

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.

Tutorials

  • [Data Publication API](Data Publication API.ipynb)

Examples

  • [Monitoring an MPI Simulation - 1](Monitoring an MPI Simulation - 1.ipynb)
  • [Monitoring an MPI Simulation - 2](Monitoring an MPI Simulation - 2.ipynb)
  • [Parallel Decorator and map](Parallel Decorator and map.ipynb)
  • [Parallel Magics](Parallel Magics.ipynb)
  • [Using Dill](Using Dill.ipynb)
  • [Using MPI with IPython Parallel](Using MPI with IPython Parallel.ipynb)
  • [Monte Carlo Options](Monte Carlo Options.ipynb)

Non-notebook examples

This directory also contains examples that are regular Python (.py) files.

More substantial examples can be found in subdirectories:

In [2]:
%run ../utils/list_subdirs.ipy