How to use autoclose brackets in Jupyter notebook? -
this may sound silly question, how make use of autoclose brackets in jupyter notebook? example, when type
print( jupyter notebook auto-closes brakets
print() and places cursor inside. type argument, say
print(1 + 1) now cursor between second 1 , right bracket ). key navigate right of )?
of course can press end or → or ) achieve this, not seem save time, purpose of brackets autoclose suppose?
thanks in advance.
Comments
Post a Comment