##// 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:

r3410:21647ae3
r12534:a3ae25a5
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *