在jupyter-notebook中, display命令提示 name ‘dispaly‘ is not defined.
display
name ‘dispaly‘ is not defined
解决方法很简单, 运行:
from IPython.display import display
示例:
Jupyter-notebook display未定义问题
原文:https://www.cnblogs.com/geoffreyone/p/10843821.html