IPython
成功安装IPython后,终端直接输入IPython即可打开
但有可能会报错,解决办法是输入以下命令:
python3 -m IPython
Jupyter notebook
成功安装Jupyter notebook后,终端直接输入Jupyter notebook即可打开
但有可能会报错,解决方法为在终端输入:
source ~/.bash_profile
成功后浏览器上会自动打开Jupyter notebook
成功安装IPython后,终端直接输入IPython即可打开
但有可能会报错,解决办法是输入以下命令:
python3 -m IPython
成功安装Jupyter notebook后,终端直接输入Jupyter notebook即可打开
但有可能会报错,解决方法为在终端输入:
source ~/.bash_profile
成功后浏览器上会自动打开Jupyter notebook