IPython

作者: Niling | 来源:发表于2017-06-19 21:06 被阅读0次

安装

pip install ipython

打开

在终端打开ipython

ipython

在网页上打开ipython

ipython notebook

Problem & Solution

Problem_0

ImportError: No module named shutil_get_terminal_size

Solution

conda config --add channels conda-forge
conda install backports.shutil_get_terminal_size


相关文章

网友评论

      本文标题:IPython

      本文链接:https://www.haomeiwen.com/subject/tzenqxtx.html