打开jupyter notebook闪退,用命令行打开的时候报错:
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
导入markupsafe库引起报错,先查看这个库
pip show markupsafe
尝试指定版本号覆盖安装一下这个库
python -m pip install markupsafe==2.0.1
之后可以正常打开了
打开jupyter notebook闪退,用命令行打开的时候报错:
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
导入markupsafe库引起报错,先查看这个库
pip show markupsafe
尝试指定版本号覆盖安装一下这个库
python -m pip install markupsafe==2.0.1
之后可以正常打开了