##// END OF EJS Templates
Refactor the logic to get the nbextension directory...
Refactor the logic to get the nbextension directory We do this so that check_nbextension corresponds to install_nbextension.

File last commit:

r13347:54891794
r20083:36d9f790
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *