##// END OF EJS Templates
Merge pull request #1146 from minrk/savescript...
Merge pull request #1146 from minrk/savescript Allow saving notebook.py next to notebook.ipynb. This allows notebooks to be imported or %run via their .py companion file.

File last commit:

r5326:e63c730f
r5711:1184eb4f merge
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 %}