1

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.

enter image description here

Mark Harrison
  • 297,451
  • 125
  • 333
  • 465
  • 3
    Possible 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
  • 3
    The 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 Answers2

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
0

At the command line, run:

jupyter trust notebook-name.ipynb
coffee-grinder
  • 26,940
  • 19
  • 56
  • 82