GithubHelp home page GithubHelp logo

neuroidss / ipyparallel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ipython/ipyparallel

0.0 2.0 0.0 6.69 MB

Interactive Parallel Computing in Python

Home Page: http://ipyparallel.readthedocs.org/

License: Other

Python 98.58% CSS 0.01% JavaScript 1.40%

ipyparallel's Introduction

Interactive Parallel Computing with IPython

ipyparallel is the new home of IPython.parallel.

Install

Install ipyparallel:

pip install ipyparallel

To enable the IPython Clusters tab in Jupyter Notebook:

ipcluster nbextension enable

To disable it again:

ipcluster nbextension disable

See the documentation on configuring the notebook server to find your config or setup your initial jupyter_notebook_config.py.

Run

Start a cluster:

ipcluster start

Use it from Python:

import os
import ipyparallel as ipp

rc = ipp.Client()
ar = rc[:].apply_async(os.getpid)
pid_map = ar.get_dict()

See the docs for more info.

ipyparallel's People

Contributors

adamatus avatar bfroehle avatar bjedwards avatar carreau avatar chapmanb avatar cowlicks avatar drevicko avatar ellisonbg avatar fperez avatar hannorein avatar ivanov avatar jabooth avatar jakirkham avatar jankatins avatar jdfreder avatar jenshnielsen avatar michaelaye avatar minrk avatar porterjamesj avatar rgbkrk avatar rmcgibbo avatar samuela avatar stevenjohnson avatar sylvaincorlay avatar takluyver avatar thisch avatar timo avatar willingc avatar wking avatar yarikoptic avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.