【发布时间】:2019-11-19 18:12:45
【问题描述】:
我正在运行这些行
import dill
dill.load_session("session2.pkl")
并得到错误AttributeError: module 'IPython.core' has no attribute 'shadowns'。
我已将此会话保存在 Google Colab Notebooks 上。我怎样才能摆脱错误?
【问题讨论】:
-
我也有同样的问题:stackoverflow.com/q/62041681/13626727你解决问题了吗?
标签: python ipython google-colaboratory jupyter-lab dill