##// END OF EJS Templates
Merge pull request #7778 from minrk/matplotlib-notebook...
Merge pull request #7778 from minrk/matplotlib-notebook add `%matplotlib notebook`

File last commit:

r13347:54891794
r20434:efd095f6 merge
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *