matplotlib / matplotlib/ipympl
Incompatibility of jupyter-matplotlib with nglview
未关闭
还没有人认领这个 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

贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 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