Merge pull request
#1686 from punchagan/notebook-cmd-line...
Merge pull request
#1686 from punchagan/notebook-cmd-line
ENH: Open a notebook from the command line
open notebook files from the command line, just
like ipython can open (run) python files. For example:
ipython notebook foo.ipynb
closes
#945