add python -m entry points for everything

This commit is contained in:
MinRK 2013-10-29 17:48:18 -07:00
parent 96c1af0ce4
commit a94983e035

3
IPython/html/__main__.py Normal file
View File

@ -0,0 +1,3 @@
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()