0
点赞
收藏
分享

微信扫一扫

jupyter安装和密码设置

生活记录馆 2022-01-28 阅读 90

安装

  1. python官网下载python安装包

  2. 打开终端执行命令,安装jupyter

    pip install jupyter
    
  3. 运行。在想要查看的目录下,执行以下命令,按照提示在浏览器输入地址即可

    jupyter notebook
    

设置密码

  1. 终端执行命令 jupyter notebook password
  2. 根据提示设置自己的密码
  3. 执行命令 jupyter notebook 启动程序,按照提示打开浏览器即可
举报

相关推荐

0 条评论