##// END OF EJS Templates
separate selecting default kernel from new notebook with specified kernel...
separate selecting default kernel from new notebook with specified kernel adds checkmark to indicate selection

File last commit:

r13348:e6afea51
r19262:0797d94b
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])