##// END OF EJS Templates
Fixed some more example files (see list below)......
Fixed some more example files (see list below)... Export As (nbconvert).ipynb File Upload Widget.ipynb Nonblocking Console.ipynb index.ipynb

File last commit:

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