matplotlib / matplotlib/ipympl
Only "Loading widget..." but no Matplotlib figures (fresh install with conda)
オープン
まだ誰も着手していません。
- 主要言語
- Jupyter Notebook
- スター
- 1.7k
- フォーク
- 234
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Fresh install with conda (laptop with Ubuntu 18.04 => nothing to do with Docker).
Maybe related to #161 ?
Matplotlib figures do not show up and I get only
Loading widget...
[<matplotlib.lines.Line2D at 0x7fa9e8358e50>]
Standard installation with conda:
conda install -c conda-forge ipympl nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib
jupyter labextension list
JupyterLab v1.2.5
Known labextensions:
app dir: /home/marianne/miniconda3/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v1.1.0 enabled OK
jupyter-matplotlib v0.5.0 enabled OK
Note that ipywidgets seems to work fine. from ipywidgets import Button; Button(description='test') gives a button.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
記載されている conda のインストールと JupyterLab 1.2.5 のセットアップを使用して問題を再現し、その後、動作する ipywidgets Button と「Loading widget...」のままになる matplotlib の出力を比較します。matplotlib の Figure がレンダリングされ、読み込みメッセージだけが表示されなくなれば、修正は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jupyter-notebook, matplotlib
- 領域
- data-visualization, frontend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100