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.