Cannot open new Jupyter Notebook [Permission Denied]

前端 未结 19 2853
囚心锁ツ
囚心锁ツ 2020-12-08 10:18

I have installed Jupyter Notebook on ubuntu 16.04 using pip3. I can execute jupyter notebook command. It opens and shows a list of current path directories.

19条回答
  •  眼角桃花
    2020-12-08 10:51

    It might be a trust issue.
    Command-line
    jupyter trust /path/to/notebook.ipynb
    here is the documentation link :
    http://jupyter-notebook.readthedocs.io/en/latest/security.html#security-in-notebook-documents

提交回复
热议问题