ipython / ipython/ipyparallel

Feature request: pull and push with %%px cell magic

オープン
#225 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
2.6k
フォーク
1k
PR マージ指標
30日以内にマージされた PR はありません

説明

I propose allowing one to pull and push in a px cell. The feature allows better encapsulation of cells.

example:
```
%%px push(a, b) pull(c)
c = a + b
```
translates to something like
```
client.push(['a', 'b'], block=False)
%px c = a + b
client.pull('c', block=False)
```

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start by locating the %%px cell magic implementation and how it currently parses and executes a cell. Compare its behavior with the proposed push(a, b) and pull(c) syntax in the issue example; done means a cell can transfer the named variables before and after remote execution as shown.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
jupyter, python
領域
developer-experience
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。