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

bfroehle avatar blink1073 avatar bollwyvl avatar carreau avatar chapmanb avatar dependabot[bot] 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 timo avatar tomoboy avatar willingc avatar wking 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.