mac下怎么在终端打开jupyter

558 阅读1分钟

python3 -m IPython notebook

一键打开的方法:创建.command文件,写入命令,然后双击打开即可执行。