##// END OF EJS Templates
adjustments to filename increment...
adjustments to filename increment - start with no number (Untitled0 -> Untitled.ipynb) - copy of copy increments instead of adding another `-Copy` (copy Foo-Copy1.ipynb gives Foo-Copy2.ipynb, not Foo-Copy1-Copy1.ipynb) - copy file to new folder starts with the original filename, instead of unconditional `-Copy0`

File last commit:

r14009:6f019b30
r18813:3084cea9
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()