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