##// END OF EJS Templates
fixup positional arg parsing in notebook app...
fixup positional arg parsing in notebook app - `ipnb .` triggers override of sub-config, even when the parent isn't changed - `ipnb /path/nb.ipynb` sets notebook_dir to `/path`

File last commit:

r13941:e1eece1d
r15460:1b7774f9
Show More
404.html
5 lines | 122 B | text/html | HtmlLexer
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}