【python】mac 上在任意指定路径打开 jupyter notebook

mac 上在任意指定路径打开 jupyter

自己写个 shell 脚本

cd #你指定的路径
jupyter notebook

保存成 .sh 文件。

之后双击 shell 脚本。如果一起顺利,那就 OK。

但若被拒绝,没有权限。那就在终端键入

chmod 777 绝对路径+shell 脚本名

然后就可以了!

你可能感兴趣的:(【python】mac 上在任意指定路径打开 jupyter notebook)