install

sudo pip install jupyter notebook

start

sudo jupyter notebook

一般,文件目录默认在你启动的位置。你可以在notebook里执行下面命令查看:

import os
print(os.path.abspath('.'))

 

相关文章:

  • 2022-12-23
  • 2021-04-18
  • 2021-07-10
猜你喜欢
  • 2021-09-16
  • 2021-11-24
  • 2021-06-30
相关资源
相似解决方案