##// END OF EJS Templates
Remove pdf from display order for HTML export...
Remove pdf from display order for HTML export Backport of jupyter/nbconvert#5 Fixes issues with graphs in R kernel notebooks (see IRkernel/IRkernel#145 )

File last commit:

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