##// END OF EJS Templates
Merge pull request #3581 from damianavila/custom_css...
Merge pull request #3581 from damianavila/custom_css Added the possibility to read a custom.css file for tweaking the final html in full_html and reveal templates.

File last commit:

r8121:66727cb1
r11264:4f92707e merge
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
Takafumi Arakaki
Add tests for %run option parser
r8121 import sys
print sys.argv[1:]