##// END OF EJS Templates
Initial updates to magics re: `%load_ext`, etc....
Initial updates to magics re: `%load_ext`, etc. Also copied over preamble from octavemagic doc regarding installation of appropriate packages to other magics, and a note about installing R or Octave separately where relevant.

File last commit:

r8121:66727cb1
r12534:a3ae25a5
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]