打开终端:
安装 ipython:
pip3 install ipython --user
安装 jupyter:
pip3 install jupyter --user
使用:
python3 -m IPython notebook
[TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook` in the future
[I 11:01:06.689 NotebookApp] 把notebook 服务cookie密码写入 /Users/apple/Library/Jupyter/runtime/notebook_cookie_secret
[I 11:01:06.740 NotebookApp] 启动notebooks 在本地路径: /Users/apple
[I 11:01:06.740 NotebookApp] 本程序运行在: http://localhost:8888/?token=5d06925dbff3ebbc49155a9cec29a4c1f211049f47fdbf1a
[I 11:01:06.741 NotebookApp] or http://127.0.0.1:8888/?token=5d06925dbff3ebbc49155a9cec29a4c1f211049f47fdbf1a
[I 11:01:06.741 NotebookApp] 使用control-c停止此服务器并关闭所有内核(两次跳过确认).
[C 11:01:06.750 NotebookApp]
To access the notebook, open this file in a browser:
file:///Users/apple/Library/Jupyter/runtime/nbserver-45371-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=5d06925dbff3ebbc49155a9cec29a4c1f211049f47fdbf1a
or http://127.0.0.1:8888/?token=5d06925dbff3ebbc49155a9cec29a4c1f211049f47fdbf1a
成功会自动打开浏览器