【发布时间】:2021-08-01 11:08:41
【问题描述】:
我一直在尝试在 jupyter 实验室中创建交互式图表,我使用过:
%matplotlib widget
但后来我收到了这条消息:
Warning: Cannot change to a different GUI toolkit: widget. Using notebook instead.
当我尝试绘制直方图时,我得到了:
Javascript Error: IPython is not defined
那么,我该怎么办?我只想放大直方图。
【问题讨论】:
-
这里已经回答了这个问题:stackoverflow.com/questions/51922480/…
标签: python matplotlib histogram jupyter-lab interaction