matplotlib / matplotlib/ipympl

Outdated stable branch and malfunctional mybinder.org badge

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

还没有人认领这个 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:

![image](https://user-images.githubusercontent.com/3837114/72602142-12c2aa80-3917-11ea-9403-930f15dfc009.png)

![image](https://user-images.githubusercontent.com/3837114/72602528-b57b2900-3917-11ea-8075-ba24e9d8f2d3.png)

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?

贡献指南

打开贡献指南

从这里开始

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

调研方向

首先检查 README 中 MyBinder 徽章的 URL,以及是否存在 apt.txt 文件,然后在文档所述的分支上启动所引用的 MyBinder 示例。完成的标准是:徽章能够打开一个配备所需 JupyterLab 扩展的可用环境,并且 README 指向预期的分支。

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

评估

技术栈
jupyter
领域
devops, documentation
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
35/100

把新 issue 发到你的邮箱

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