Jupyter notebook not trusted

前端 未结 4 509
遇见更好的自我
遇见更好的自我 2021-01-31 01:12

I am using Anaconda to work on a Jupyter notebook which displays \"Not Trusted\" (see on screenshot below).

What does it mean? Is it a problem? How can I solve

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 01:35

    You can try doing

    jupyter trust notebook-name.ipynb
    

    as is stated in the docs.

    After that, open the notebook as usual with

    jupyter notebook notebook-name.ipynb
    

提交回复
热议问题