##// END OF EJS Templates
Backport PR #4880: set profile name from profile_dir...
Backport PR #4880: set profile name from profile_dir in case profile_dir is set directly (e.g. in the notebook) closes #4238

File last commit:

r11033:fa36e98f
r15049:0d211ef6
Show More
pagemain.js
19 lines | 640 B | application/javascript | JavascriptLexer
Brian Granger
Refactoring templates and top level js/css organization.
r6192 //----------------------------------------------------------------------------
// 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 () {
IPython.page = new IPython.Page();
IPython.page.show();
});