GithubHelp home page GithubHelp logo

slaasers9 / ipyparallel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ipython/ipyparallel

0.0 0.0 0.0 21.38 MB

IPython Parallel: Interactive Parallel Computing in Python

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

License: Other

Shell 0.04% JavaScript 0.36% Python 29.97% TypeScript 1.45% CSS 0.12% Jupyter Notebook 68.01% Dockerfile 0.06%

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

minrk avatar tomoboy avatar ellisonbg avatar takluyver avatar fperez avatar carreau avatar pre-commit-ci[bot] avatar sahil1105 avatar blink1073 avatar ivanov avatar jankatins avatar bfroehle avatar jabooth avatar ellert avatar dependabot[bot] avatar jakirkham avatar timo avatar mgeplf avatar chapmanb avatar sylvaincorlay avatar jdfreder avatar willingc avatar hannorein avatar rgbkrk avatar bollwyvl avatar jenshnielsen avatar wking avatar stevenjohnson avatar samuela avatar rmcgibbo 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.