【问题标题】:Unable to create Jupyter notebook in Ubuntu无法在 Ubuntu 中创建 Jupyter 笔记本
【发布时间】:2017-09-26 13:25:43
【问题描述】:

我无法在 Ubuntu 中创建 jupyter notebook。我检查了其他人的答案,他们说要更改“/home/ubuntu/.local/share/jupyter”的权限设置。但是,我的安装中没有“/home/ubuntu/.local/share/jupyter”。我的 Jupyter 版本是 5.0。

我该怎么办?

【问题讨论】:

    标签: python jupyter-notebook jupyter


    【解决方案1】:

    您可以尝试which jupyter 查看它的安装位置,然后更改其权限。

    【讨论】:

      【解决方案2】:

      在终端尝试命令:

      export PATH=/your-path-to-jupyter:$PATH
      jupyter notebook
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2020-11-04
        • 2021-01-31
        • 2021-04-14
        • 2020-11-18
        • 2018-10-07
        • 2018-07-28
        • 2016-11-18
        相关资源
        最近更新 更多