{"id":13427021,"url":"https://github.com/ipython/ipyparallel","last_synced_at":"2025-05-13T16:06:49.179Z","repository":{"id":30105734,"uuid":"33655518","full_name":"ipython/ipyparallel","owner":"ipython","description":"IPython Parallel: Interactive Parallel Computing in Python","archived":false,"fork":false,"pushed_at":"2025-04-11T08:15:40.000Z","size":28343,"stargazers_count":2608,"open_issues_count":62,"forks_count":1005,"subscribers_count":122,"default_branch":"main","last_synced_at":"2025-04-11T10:35:51.181Z","etag":null,"topics":["jupyter","parallel","python"],"latest_commit_sha":null,"homepage":"https://ipyparallel.readthedocs.io/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["numfocus"],"custom":["https://numfocus.org/donate","https://numfocus.org/sponsors/become-a-sponsor"],"tidelift":"pypi/ipython"}},"created_at":"2015-04-09T07:43:55.000Z","updated_at":"2025-04-11T08:15:44.000Z","dependencies_parsed_at":"2023-01-14T16:30:30.928Z","dependency_job_id":"2c25dca3-47e0-4b6b-81f9-24b6149f6aee","html_url":"https://github.com/ipython/ipyparallel","commit_stats":{"total_commits":2079,"total_committers":115,"mean_commits":"18.078260869565216","dds":"0.36796536796536794","last_synced_commit":"0bbefbc75eb33ef0192c7281c01341627c9628f7"},"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython%2Fipyparallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython%2Fipyparallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython%2Fipyparallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython%2Fipyparallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipython","download_url":"https://codeload.github.com/ipython/ipyparallel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513380,"owners_count":21443200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter","parallel","python"],"created_at":"2024-07-31T00:01:51.174Z","updated_at":"2025-04-23T20:43:47.628Z","avatar_url":"https://github.com/ipython.png","language":"Jupyter Notebook","readme":"# Interactive Parallel Computing with IPython\n\nIPython Parallel (`ipyparallel`) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the Jupyter protocol.\n\nIPython Parallel provides the following commands:\n\n- ipcluster - start/stop/list clusters\n- ipcontroller - start a controller\n- ipengine - start an engine\n\n## Install\n\nInstall IPython Parallel:\n\n    pip install ipyparallel\n\nThis will install and enable the IPython Parallel extensions\nfor Jupyter Notebook and (as of 7.0) Jupyter Lab 3.0.\n\n## Run\n\nStart a cluster:\n\n    ipcluster start\n\nUse it from Python:\n\n```python\nimport os\nimport ipyparallel as ipp\n\ncluster = ipp.Cluster(n=4)\nwith cluster as rc:\n    ar = rc[:].apply_async(os.getpid)\n    pid_map = ar.get_dict()\n```\n\nSee [the docs](https://ipyparallel.readthedocs.io) for more info.\n","funding_links":["https://github.com/sponsors/numfocus","https://numfocus.org/donate","https://numfocus.org/sponsors/become-a-sponsor","https://tidelift.com/funding/github/pypi/ipython"],"categories":["Jupyter Notebook","Python","分布式机器学习","Jupyter-Notebook工具"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipython%2Fipyparallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipython%2Fipyparallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipython%2Fipyparallel/lists"}