##// END OF EJS Templates
remove superfluous event.preventDefault...
remove superfluous event.preventDefault from #7416 only one of the additions from that PR was necessary to address the issue

File last commit:

r14009:6f019b30
r19957:88a88934
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()