matplotlib / matplotlib/ipympl

loading widget issues 2.2.9 with matched versions from readme

未关闭
#289 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Jupyter Notebook
星标
1.7k
派生
234
PR 合并指标
30 天内没有已合并 PR

描述

## Describe the issue

`loading` widget on `jupyter lab` (version 2.2.9) when plotting, e.g.

```python
%matplotlib widget
from matplotlib.pyplot import subplots
fig, ax = plt.subplots()
fig.show()
```

## Versions

```
JupyterLab v2.2.9
Known labextensions:
app dir: /home/casper/miniconda3/share/jupyter/lab
@axlair/jupyterlab_vim v0.12.4 enabled OK
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
jupyter-leaflet v0.13.3 enabled OK
jupyter-matplotlib v0.7.4 enabled OK
jupyterlab-plotly v4.14.1 enabled OK*
plotlywidget v4.14.1 enabled OK
```

`conda list ipympl` lists

```
(master) ✗ conda list | egrep "matplotlib|ipympl"
ipympl 0.5.8 pypi_0 pypi
matplotlib 3.3.1 pypi_0 pypi
```

which should work according to the readme
![image](https://user-images.githubusercontent.com/19485143/103692846-acf08800-4f98-11eb-91af-fdc5871b79ed.png)

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先,在 JupyterLab v2.2.9 中使用 ipympl 0.5.8、matplotlib 3.3.1 和 jupyter-matplotlib 0.7.4 复现提供的绘图示例。将结果与 README 的兼容性指导进行比较;完成意味着已复现并理解加载小部件问题,并已确定经过验证的修复方案或明确的兼容性修正。

由索引模型根据 Issue 内容生成。

评估

技术栈
jupyter-notebook, python
领域
frontend
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。