##// END OF EJS Templates
Add the "Duplicate" button in the main dashboard...
Add the "Duplicate" button in the main dashboard so we can copy an existing notebook without having to start it's instance

File last commit:

r14009:6f019b30
r18927:b405f2c8
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()