Support _repr_mimebundle_
オープン
enhancement
- 主要言語
- Julia
- スター
- 1.5k
- フォーク
- 186
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In addition to `_repr_*_` methods, IPython also defines `_repr_mimebundle_` protocol with higher precedence:
https://ipython.readthedocs.io/en/stable/config/integrating.html#MyObject._repr_mimebundle_
Implementing this may be important in terms of correctness. For example, a subclass may use `_repr_mimebundle_` to shadow `_repr_html_` of the parent class.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、_repr_mimebundle_ プロトコルについてのリンク先の IPython ドキュメントを読み、次に PyCall.jl における _repr_*_ メソッドの既存の処理を調べてください。プロトコルがドキュメントに記載された、より高い優先順位でサポートされ、親クラスの _repr_html_ を隠す場合も含まれていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, python
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100