matplotlib / matplotlib/ipympl
Outdated stable branch and malfunctional mybinder.org badge
还没有人认领这个 Issue。
- 主要语言
- Jupyter Notebook
- 星标
- 1.7k
- 派生
- 234
- PR 合并指标
- 30 天内没有已合并 PR
描述
Visiting this repos mybinder example, both using the old stable branch as in the README, or the current master branch, gives us:


This is because mybinder.org won't automatically realize it should install the jupyterlab extension. We would need an apt.txt file in the repo for that to happen where we write:
```
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib
```
Also, update the readme to use the master branch may be simpler than remembering to update the stable branch?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 README 中 MyBinder 徽章的 URL,以及是否存在 apt.txt 文件,然后在文档所述的分支上启动所引用的 MyBinder 示例。完成的标准是:徽章能够打开一个配备所需 JupyterLab 扩展的可用环境,并且 README 指向预期的分支。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- jupyter
- 领域
- devops, documentation
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 35/100