IPython

来源:互联网 发布:php 截取中间的字符串 编辑:程序博客网 时间:2024/05/22 05:21

安装

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-forgeconda install backports.shutil_get_terminal_size