notebook/IPython
Matthias Bussonnier 9b08a557e5 Merge pull request #3538 from minrk/launch_ip
add IPython.start_ipython

A public API for starting a real (non-embedded) IPython instance.

should avoid API breakage in the future due to simple module renames, as has just happened with the removal of frontend.

For implementation purposes, I have added launch_new_instance as a classmethod on Application. I did this, because I wanted to add the ability to pass arguments to the instance, and didn't want to manually update every duplicate launch_new_instance.

closes #1537
2013-07-10 01:59:53 -07:00
..
html Merge pull request #3538 from minrk/launch_ip 2013-07-10 01:59:53 -07:00
nbconvert/exporters Fixing import for nbconvert. 2013-06-30 18:04:56 -07:00
testing Remove unused imports in IPython.testing 2013-07-02 23:00:28 +01:00
utils/tests Fix test import 2013-07-02 23:03:29 +01:00