##// END OF EJS Templates
run cells with `silent=True` in `%run nb.ipynb`...
run cells with `silent=True` in `%run nb.ipynb` - more consistent with running scripts - avoids a bunch of uncapturable `Out[n]: ` outputs when running a notebook.

File last commit:

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