在pycharm上使用execute slection on console报错

ValueError: list.remove(x): x not in list

将现有ipython版本卸载掉

pip uninstall ipython

安装ipython6.2.0

pip install ipython==6.2.0