##// END OF EJS Templates
Merge pull request #1768 from minrk/parallelmagics...
Merge pull request #1768 from minrk/parallelmagics Update parallel magics They now display all output, so you can do parallel plotting or other actions with complex display. The `px` magic has now both line and cell modes, and in cell mode finer control has been added about how to collate output from multiple engines. Tests, docs and example notebook added.

File last commit:

r4983:a1987bdc
r7060:a1360828 merge
Show More
.gitignore
13 lines | 162 B | text/plain | TextLexer
Fernando Perez
Add MANIFEST to ignore list.
r4983 MANIFEST
Fernando Perez
Small fixes to git ignore file
r3200 build
MinRK
update gitignore to exclude dist and zipped man pages...
r4187 dist
_build
docs/man/*.gz
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/source/api/generated
MinRK
added gh-pages command for GitHub hosted sphinx docs
r3255 docs/gh-pages
MinRK
Add utility function for installing mathjax for offline use...
r4652 IPython/frontend/html/notebook/static/mathjax
Fernando Perez
Small fixes to git ignore file
r3200 *.py[co]
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 build
*.egg-info
Fernando Perez
Small fixes to git ignore file
r3200 *~
Thomas Kluyver
Ignore .bak files
r3111 *.bak