##// END OF EJS Templates
Backport PR #6281: more minor fixes to release scripts...
Backport PR #6281: more minor fixes to release scripts after releasing 2.2.0 - allow `tools/release` to be run from top-level repo dir - upload wheels

File last commit:

r14009:6f019b30
r18809:bccd4017
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()