ImportError: cannot import name 'AppLayout' from 'ipywidgets'
ImportError: cannot import name 'AppLayout' from 'ipywidgets'
导入 AppLayout
时出现以下错误。我正在使用 Jupyter 并安装了 ipywidgets
。导入 GridspecLayout
时出现相同的错误。谁能帮我这个?
所有其他从 ipywidgets
导入的都正常工作,至少我导入的那些。
ImportError: cannot import name 'AppLayout' from 'ipywidgets' (C:\Appl\Anaconda3\lib\site-packages\ipywidgets\__init__.py)
用 help(ipywidgets)
检查你有最新版本的 ipywidgets。为此需要 7.5.2 (https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/changelog.md)。
导入 AppLayout
时出现以下错误。我正在使用 Jupyter 并安装了 ipywidgets
。导入 GridspecLayout
时出现相同的错误。谁能帮我这个?
所有其他从 ipywidgets
导入的都正常工作,至少我导入的那些。
ImportError: cannot import name 'AppLayout' from 'ipywidgets' (C:\Appl\Anaconda3\lib\site-packages\ipywidgets\__init__.py)
用 help(ipywidgets)
检查你有最新版本的 ipywidgets。为此需要 7.5.2 (https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/changelog.md)。