赞
踩
命令行输入
pip install pip -i https://pypi.tuna.tsinghua.edu.cn/simple/ jupyter
然后在某个路径下命令行输入
jupyter notebook
然后进入提示的网站
当前cell侧边为蓝色时,表示此时为命令模式,按Enter切换为编辑模式
当前cell侧边为绿色时,表示此时为编辑模式,按Esc切换为命令模式
若要使用Matplotlib绘图,为确保图形能顺利输出,需在cell开头键入
%matplotlib inline
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。