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
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