##// END OF EJS Templates
Merge pull request #3760 from jdfreder/auto_nb_ext...
Merge pull request #3760 from jdfreder/auto_nb_ext nbconvert: Allow notebook filenames without their extensions allows `ipython nbconvert fig` to render `fig.ipynb`

File last commit:

r4053:b45902e3
r11663:adf871dc merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *