##// END OF EJS Templates
Merge pull request #2029 from minrk/unminified2...
Merge pull request #2029 from minrk/unminified2 Ship unminified js for easier packaging. We now conform to the Debian packaging guidelines regarding the presence of binary blobs (the minified JS sources). Includes unminified single-file versions of prettify, jQuery-1.7.1, and jquery/jquery-ui@ba8f147. These files are totally unused by us, as we use the minified code, but allow packagers to validate/reminify/etc according to their own policies. Closes #1265.

File last commit:

r3673:b9f54806
r7708:ca6c4d0e merge
Show More
ipengine
20 lines | 654 B | text/plain | TextLexer
#!/usr/bin/env python
# encoding: utf-8
#-----------------------------------------------------------------------------
# Copyright (C) 2008-2009 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.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
from IPython.parallel.apps.ipengineapp import launch_new_instance
launch_new_instance()