Jupyter IPython dead kernel and do not restart
本人遇到的情况:dead kernel & try to restart failed

查看CMD发现这个库安装有问题

解决办法
1、pip uninstall backports.shutil_get_terminal_size
2、pip install --upgrade backports.shutil_get_terminal_size
问题解决!

本人遇到的情况:dead kernel & try to restart failed

查看CMD发现这个库安装有问题

解决办法
1、pip uninstall backports.shutil_get_terminal_size
2、pip install --upgrade backports.shutil_get_terminal_size
问题解决!
