##// END OF EJS Templates
re-hook notification area for editor....
re-hook notification area for editor. - re-order element to be the same as in notebook, - rename events correctly. - Add event on savign to show that save is in progress, that get dismissed on file save Closes #7569

File last commit:

r14009:6f019b30
r20149:1bf09c8a
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()