.coveragerc
.gitignore
.mailmap
.travis.yml
CONTRIBUTING.md
COPYING.md
MANIFEST.in
README.md
readthedocs.yml
setup.cfg
setup.py
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/asyncresult.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/dag_dependencies.rst
docs/source/db.rst
docs/source/demos.rst
docs/source/details.rst
docs/source/direct.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/links.txt
docs/source/magics.rst
docs/source/mpi.rst
docs/source/process.rst
docs/source/security.rst
docs/source/task.rst
docs/source/transition.rst
docs/source/winhpc.rst
docs/source/api/ipyparallel.rst
docs/source/development/connections.rst
docs/source/development/messages.rst
docs/source/development/figs/allconnections.png
docs/source/development/figs/allconnections.svg
docs/source/development/figs/frontend-kernel.png
docs/source/development/figs/frontend-kernel.svg
docs/source/development/figs/hbfade.png
docs/source/development/figs/iopubfade.png
docs/source/development/figs/ipy_kernel_and_terminal.png
docs/source/development/figs/ipy_kernel_and_terminal.svg
docs/source/development/figs/nbconvert.png
docs/source/development/figs/nbconvert.svg
docs/source/development/figs/notebook_components.png
docs/source/development/figs/notebook_components.svg
docs/source/development/figs/notiffade.png
docs/source/development/figs/other_kernels.png
docs/source/development/figs/other_kernels.svg
docs/source/development/figs/queryfade.png
docs/source/development/figs/queuefade.png
docs/source/figs/asian_call.pdf
docs/source/figs/asian_call.png
docs/source/figs/asian_put.pdf
docs/source/figs/asian_put.png
docs/source/figs/dagdeps.pdf
docs/source/figs/dagdeps.png
docs/source/figs/hpc_job_manager.pdf
docs/source/figs/hpc_job_manager.png
docs/source/figs/mec_simple.pdf
docs/source/figs/mec_simple.png
docs/source/figs/parallel_pi.pdf
docs/source/figs/parallel_pi.png
docs/source/figs/simpledag.pdf
docs/source/figs/simpledag.png
docs/source/figs/single_digits.pdf
docs/source/figs/single_digits.png
docs/source/figs/two_digit_counts.pdf
docs/source/figs/two_digit_counts.png
docs/source/figs/wideView.png
etc/ipyparallel-nbextension.json
etc/ipyparallel-serverextension.json
examples/Data Publication API.ipynb
examples/Futures.ipynb
examples/Index.ipynb
examples/Monitoring an MPI Simulation - 1.ipynb
examples/Monitoring an MPI Simulation - 2.ipynb
examples/Monte Carlo Options.ipynb
examples/Parallel Decorator and map.ipynb
examples/Parallel Magics.ipynb
examples/Using Dill.ipynb
examples/Using MPI with IPython Parallel.ipynb
examples/customresults.py
examples/dagdeps.py
examples/dask.ipynb
examples/dependencies.py
examples/fetchparse.py
examples/iopubwatcher.py
examples/itermapresult.py
examples/joblib.ipynb
examples/nwmerge.py
examples/phistogram.py
examples/task_profiler.py
examples/throughput.py
examples/daVinci Word Count/pwordfreq.py
examples/daVinci Word Count/wordfreq.py
examples/interengine/bintree.py
examples/interengine/bintree_script.py
examples/interengine/communicator.py
examples/interengine/interengine.py
examples/pi/parallelpi.py
examples/pi/pidigits.py
examples/rmt/rmt.ipy
examples/rmt/rmt.ipynb
examples/rmt/rmtkernel.py
examples/wave2D/RectPartitioner.py
examples/wave2D/communicator.py
examples/wave2D/parallelwave-mpi.py
examples/wave2D/parallelwave.py
examples/wave2D/wavesolver.py
ipyparallel/__init__.py
ipyparallel/_version.py
ipyparallel/cluster.py
ipyparallel/datapub.py
ipyparallel/error.py
ipyparallel/factory.py
ipyparallel/joblib.py
ipyparallel/logger.py
ipyparallel/util.py
ipyparallel.egg-info/PKG-INFO
ipyparallel.egg-info/SOURCES.txt
ipyparallel.egg-info/dependency_links.txt
ipyparallel.egg-info/entry_points.txt
ipyparallel.egg-info/requires.txt
ipyparallel.egg-info/top_level.txt
ipyparallel/apps/__init__.py
ipyparallel/apps/baseapp.py
ipyparallel/apps/daemonize.py
ipyparallel/apps/ipclusterapp.py
ipyparallel/apps/ipcontrollerapp.py
ipyparallel/apps/ipengineapp.py
ipyparallel/apps/iploggerapp.py
ipyparallel/apps/launcher.py
ipyparallel/apps/logwatcher.py
ipyparallel/apps/win32support.py
ipyparallel/apps/winhpcjob.py
ipyparallel/client/__init__.py
ipyparallel/client/_joblib.py
ipyparallel/client/asyncresult.py
ipyparallel/client/client.py
ipyparallel/client/futures.py
ipyparallel/client/magics.py
ipyparallel/client/map.py
ipyparallel/client/remotefunction.py
ipyparallel/client/view.py
ipyparallel/controller/__init__.py
ipyparallel/controller/__main__.py
ipyparallel/controller/dependency.py
ipyparallel/controller/dictdb.py
ipyparallel/controller/heartmonitor.py
ipyparallel/controller/hub.py
ipyparallel/controller/mongodb.py
ipyparallel/controller/scheduler.py
ipyparallel/controller/sqlitedb.py
ipyparallel/engine/__init__.py
ipyparallel/engine/__main__.py
ipyparallel/engine/datapub.py
ipyparallel/engine/engine.py
ipyparallel/engine/kernel.py
ipyparallel/engine/log.py
ipyparallel/nbextension/__init__.py
ipyparallel/nbextension/clustermanager.py
ipyparallel/nbextension/handlers.py
ipyparallel/nbextension/install.py
ipyparallel/nbextension/static/clusterlist.css
ipyparallel/nbextension/static/clusterlist.js
ipyparallel/nbextension/static/main.js
ipyparallel/serialize/__init__.py
ipyparallel/serialize/canning.py
ipyparallel/serialize/codeutil.py
ipyparallel/serialize/serialize.py
ipyparallel/tests/__init__.py
ipyparallel/tests/clienttest.py
ipyparallel/tests/conftest.py
ipyparallel/tests/test_apps.py
ipyparallel/tests/test_asyncresult.py
ipyparallel/tests/test_canning.py
ipyparallel/tests/test_client.py
ipyparallel/tests/test_db.py
ipyparallel/tests/test_dependency.py
ipyparallel/tests/test_executor.py
ipyparallel/tests/test_joblib.py
ipyparallel/tests/test_launcher.py
ipyparallel/tests/test_lbview.py
ipyparallel/tests/test_magics.py
ipyparallel/tests/test_mongodb.py
ipyparallel/tests/test_remotefunction.py
ipyparallel/tests/test_serialize.py
ipyparallel/tests/test_util.py
ipyparallel/tests/test_view.py
scripts/ipcluster
scripts/ipcontroller
scripts/ipengine