I am working in an untrusted notebook. How do I change the notebook's status from "untrusted" to "trusted"? I do not see a "File / Trust" as per the documentation. Instead, I see a "File / Trusted Notebook" which is not selectable.
Asked
Active
Viewed 9,157 times
1
-
3Possible duplicate of [Jupyter notebook not trusted](https://stackoverflow.com/questions/44943646/jupyter-notebook-not-trusted) – jonrsharpe May 12 '18 at 22:52
-
1@jonrsharpe Hey Jon, can you point me to an answer I can use in the question you're referencing? I don't think it's actually a dupe. – Mark Harrison May 13 '18 at 02:55
-
3The screenshot you've posted suggests that that's *not* an untrusted notebook, hence the menu option is not shown. And please stop putting tags back in titles. – jonrsharpe May 13 '18 at 08:30
2 Answers
3
After loading the untrusted notebook, with File / Trust Notebook. It's not explictly spelled out in the documentation, but if you see an unselectable menu item "Trusted Notebook" it means the current notebook is trusted and no further operations are necessary.
from the Jupyter security docs

Mark Harrison
- 297,451
- 125
- 333
- 465

fistynuts
- 306
- 2
- 8
-
1Tried that, clarified the question to show that it's not a valid option on my notebook. – Mark Harrison May 12 '18 at 23:01