##// END OF EJS Templates
Fix rmagic for cells ending in comment....
Fix rmagic for cells ending in comment. Closes gh-5579 Simplest possible fix, because rmagic is being moved out to rpy2. But it's not released there yet, so it's still worth fixing this.

File last commit:

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