GithubHelp home page GithubHelp logo

classicvalues / ipyparallel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ipython/ipyparallel

2.0 1.0 0.0 21.77 MB

IPython Parallel: Interactive Parallel Computing in Python

Home Page: https://ipyparallel.readthedocs.io/

License: Other

Python 30.63% CSS 0.12% JavaScript 0.35% Dockerfile 0.06% TypeScript 1.43% Shell 0.02% Jupyter Notebook 67.39%

ipyparallel's Introduction

Interactive Parallel Computing with IPython

IPython Parallel (ipyparallel) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the Jupyter protocol.

IPython Parallel provides the following commands:

  • ipcluster - start/stop/list clusters
  • ipcontroller - start a controller
  • ipengine - start an engine

Install

Install IPython Parallel:

pip install ipyparallel

This will install and enable the IPython Parallel extensions for Jupyter Notebook and (as of 7.0) Jupyter Lab 3.0.

Run

Start a cluster:

ipcluster start

Use it from Python:

import os
import ipyparallel as ipp

cluster = ipp.Cluster(n=4)
with cluster as rc:
    ar = rc[:].apply_async(os.getpid)
    pid_map = ar.get_dict()

See the docs for more info.

ipyparallel's People

Contributors

basnijholt avatar bfroehle avatar bjedwards avatar carreau avatar chapmanb avatar ellert avatar ellisonbg avatar fperez avatar hannorein avatar ivanov avatar jabooth avatar jakirkham avatar jankatins avatar jdfreder avatar jenshnielsen avatar mgeplf avatar minrk avatar pre-commit-ci[bot] avatar rgbkrk avatar rmcgibbo avatar sahil1105 avatar samuela avatar stevenjohnson avatar sylvaincorlay avatar takluyver avatar thisch avatar timo avatar tomoboy avatar willingc avatar wking avatar

Stargazers

 avatar  avatar

Watchers

 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.