美文网首页
MacOS下IPython以及Jupyter notebook打

MacOS下IPython以及Jupyter notebook打

作者: richenYe | 来源:发表于2018-09-27 17:15 被阅读0次

IPython

成功安装IPython后,终端直接输入IPython即可打开

报错

但有可能会报错,解决办法是输入以下命令:

python3 -m IPython

成功

Jupyter notebook

成功安装Jupyter notebook后,终端直接输入Jupyter notebook即可打开

报错

但有可能会报错,解决方法为在终端输入:

source ~/.bash_profile

成功

成功后浏览器上会自动打开Jupyter notebook

相关文章

网友评论

      本文标题:MacOS下IPython以及Jupyter notebook打

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