我\xc2\xb4一直在尝试在jupyter实验室中创建交互式图表,我使用了:
\n%matplotlib widget\nRun Code Online (Sandbox Code Playgroud)\n但后来我收到了这样的消息:
\nWarning: Cannot change to a different GUI toolkit: widget. Using notebook instead.\nRun Code Online (Sandbox Code Playgroud)\n当我尝试绘制直方图时,我得到:
\nJavascript Error: IPython is not defined\nRun Code Online (Sandbox Code Playgroud)\n所以我该怎么做?我只想放大直方图。
\n