試圖運行python腳本,但找不到模塊IPython.display ..看起來像它會是簡單的東西,但我無法在任何地方找到答案!iPython ImportError:沒有名爲顯示的模塊
/vagrant/dreamify.py in <module>()
4 import scipy.ndimage as nd
5 import PIL.Image
----> 6 from IPython.display import clear_output, Image, display
7 from google.protobuf import text_format
8
ImportError: No module named display
你有什麼版本的IPython? – memoselyk
vagrant @ precise32:/ vagrant $ python Python 2.7.3(默認,2015年6月22日,19:43:34) [GCC 4.6.3] on linux2 輸入「help」,「copyright」,「credits」或「許可」瞭解更多信息。 >>> –