##// END OF EJS Templates
Merge pull request #4911 from minrk/windows-is-the-worst...
Merge pull request #4911 from minrk/windows-is-the-worst Don't use `python -m package` on Windows Python 2

File last commit:

r14009:6f019b30
r14848:4217cb94 merge
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()