python pyinstaller jupyter notebook No module named ‘matplotlib_inline‘

输入以下命令后,会自动安装好缺失的module

pip install jupyter
或者
pip install pyinstaller

你可能感兴趣的:(python,python,jupyter,bug)