##// END OF EJS Templates
Merge branch 'carreau-mathjax-warning'...
Merge branch 'carreau-mathjax-warning' Warn user if MathJax can't be fetched from notebook Closes #744.

File last commit:

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