##// END OF EJS Templates
Select default title when renaming a notebook...
Select default title when renaming a notebook The default notebook name is Untitled<x>. It is unlikely the user will want to keep this name or part of it. Instead, select the text in the input field so the user can easily type over the name and change it.

File last commit:

r10285:5e1e98c2
r12368:684dbf1e
Show More
__init__.py
1 line | 40 B | text/x-python | PythonLexer
MinRK
split KernelManager into KernelManager + KernelClient
r10285 from .client import BlockingKernelClient