我每天都会使用Papermill生成几个Jupyter Notebook文件,这些文件会覆盖前一天的文件。每次新生成的文件被标记为“不可信”时。我可以点击按钮让他们信任,但每天这样做很烦人。有没有办法在使用Papermill生成文件时自动将这些文件设置为“受信任”?非常感谢!
发布于 2021-08-17 07:08:20
尝试:
jupyter trust mynotebook.ipynb作为官方文件中的参考:
https://jupyter-notebook.readthedocs.io/en/latest/notebook.html?highlight=trust#signing-notebooks
https://stackoverflow.com/questions/66509195
复制相似问题