##// END OF EJS Templates
MNT: ensure that any figures created in `%run` are shown...
MNT: ensure that any figures created in `%run` are shown Interactive mode in turned off during calls to %run so that time is not wasted drawing figures that will not be seen, but this means that in newer versions of Matplotlib they may never be shown. This will call (non-blocking) show if in interactive mode.

File last commit:

r27747:f5d4e0ac
r28348:770c34e4
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])