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 it?
It is a security feature to disable the execution of arbitrary code from untrusted notebooks, without the user's consent.
Jupyter doesn't load or doesn't work in the browserTry disabling any browser extensions and/or any Jupyter extensions you have installed. Some internet security software can interfere with Jupyter. If you have security software, try turning it off temporarily, and look in the settings for a more long-term solution.
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
It is a security feature to disable the execution of arbitrary code from untrusted notebooks, without the user's consent. There is a doc page on that http://jupyter-notebook.readthedocs.io/en/latest/security.html
It won't prevent you from manually running the code, that's actually one way of "trusting" the outputs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With