matplotlib / matplotlib/ipympl

Incompatibility of jupyter-matplotlib with nglview

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

还没有人认领这个 Issue。

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

描述

Dear jupyter comunity,
I have installed the widget as follows:

 9170  source bin/anaconda3/bin/activate

 9172  bin/anaconda3/bin/conda create --name lab

 9174  source bin/anaconda3/bin/activate lab

 9179  conda install jupyterlab MDAnalysis sympy matplotlib

 9180  conda update -all

 9181  conda update --all

 9182  conda install -c conda-forge ipympl widgetsnbextension

 9183  conda install nodejs

 9184  jupyter labextension install @jupyter-widgets/jupyterlab-manager

 9185  jupyter labextension install jupyter-matplotlib

 9186  jupyter-lab

At this point it works well. But when I install nglview (https://github.com/arose/nglview). Doing:

pip install nglview==1.1.9
jupyter-labextension install nglview-js-widgets@1.1.9

The zooming in and moving the graph does not work anymore. In the java console when I execute the cell I get
Screenshot_20190522_160755

贡献指南

打开贡献指南

从这里开始

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

调研方向

使用列出的 conda、jupyter-matplotlib 和 nglview 安装命令重现该设置,然后比较安装 nglview 1.1.9 前后的图形交互。先从报告中显示的 JavaScript 控制台错误开始;当安装了两个 widget 后图形的缩放和移动都能正常工作,并且报告的控制台错误得到解决时,该 issue 即完成。

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

评估

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

把新 issue 发到你的邮箱

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