##// END OF EJS Templates
allow access to user_ns in prompt_manager...
allow access to user_ns in prompt_manager adds UserNSFormatter for falling back on shell.user_ns / builtins for name resolution. Closes #1151, rebased to prevent recursive merge.

File last commit:

r5326:e63c730f
r5724:8822e910
Show More
logout.html
5 lines | 111 B | text/html | HtmlLexer
{% extends layout.html %}
{% block content_panel %}
Proceed to the <a href="/login">login page</a>.
{% end %}