//----------------------------------------------------------------------------1// Copyright (C) 2008-2011 The IPython Development Team2//3// Distributed under the terms of the BSD License. The full license is in4// the file COPYING, distributed as part of this software.5//----------------------------------------------------------------------------67//============================================================================8// On document ready9//============================================================================101112$(document).ready(function () {13"use strict";1415IPython.page = new IPython.Page();16IPython.page.show();1718});19202122