##// END OF EJS Templates
Merge pull request #8722 from lebedov/remove_kernel_opts_from_qtconsole_docs...
Merge pull request #8722 from lebedov/remove_kernel_opts_from_qtconsole_docs Remove redundant qtconsole doc page (was moved to jupyter/qtconsole repo)

File last commit:

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