我正在 AWS jupyternotebook 上使用不同的数据集关注 this notebook
我的数据是这样的
文章正文 | 话题 |
---|---|
这篇文章是关于... | 社会科学 |
我的问题是最后一步中的仪表板没有显示,而是我得到
<interpret_text.experimental.widget.ExplanationDashboard.ExplanationDashboard at 0x7fae1457d9b0>
我已经尝试过这些步骤
!pip install jupyter_nbextensions_configurator
!jupyter nbextension install interpret_text.experimental.widget --py --sys-prefix
!jupyter nbextension enable interpret_text.experimental.widget --py --sys-prefix
那我有
Enabling notebook extension interpret-text-widget/extension...
- Validating: OK
然而,它仍然不起作用。我也试过这个
%matplotlib inline
import sys
sys.path.append("../../")
但结果相同。
我对虚拟 jupyternotebook 很陌生,任何想法将不胜感激。
在这里添加我的 sys.prefix 以防万一
'/home/ec2-user/anaconda3/envs/python3'
更新
现在已经解决了。我在 Jupyterlab 上运行它,但显然存在一些图形显示问题。当我在 jupyternotebook 实例上运行相同的代码时,它运行良好