##// END OF EJS Templates
ENH: Open a notebook from the command line...
ENH: Open a notebook from the command line This commit lets you open notebook files from the command line, just like ipython can open (run) python files. For example: ipython notebook foo.ipynb Fixes #945.

File last commit:

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