##// END OF EJS Templates
Update to codemirror 4...
Update to codemirror 4 Update to codemirror 4.6 and update most notebook to work wiht it this include keyevent that where triggerd twice and the re-writing of ipython-gfm anf ipython mode to work with require.

File last commit:

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