##// END OF EJS Templates
mention that Trust triggers reload
MinRK -
Show More
@@ -1821,6 +1821,8 b' var IPython = (function (IPython) {'
1821 )
1821 )
1822 ).append(".")
1822 ).append(".")
1823 ).append($("<p>")
1823 ).append($("<p>")
1824 .text("Selecting trust will immediately reload this notebook in a trusted state.")
1825 ).append($("<p>")
1824 .text("For more information, see the ")
1826 .text("For more information, see the ")
1825 .append($("<a>").attr("href", "http://ipython.org/security.html")
1827 .append($("<a>").attr("href", "http://ipython.org/security.html")
1826 .text("IPython security documentation")
1828 .text("IPython security documentation")
General Comments 0
You need to be logged in to leave comments. Login now