##// 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:

r12103:dc60758c
r15460:1b7774f9
Show More
pagemain.js
20 lines | 658 B | application/javascript | JavascriptLexer
//----------------------------------------------------------------------------
// Copyright (C) 2008-2011 The IPython Development Team
//
// Distributed under the terms of the BSD License. The full license is in
// the file COPYING, distributed as part of this software.
//----------------------------------------------------------------------------
//============================================================================
// On document ready
//============================================================================
$(document).ready(function () {
"use strict";
IPython.page = new IPython.Page();
IPython.page.show();
});