[IPython-dev] Notebook command line - parameters checked?

Matthew Brett matthew.brett at gmail.com
Fri Apr 13 01:16:39 EDT 2012


Hi,

I just noticed that these command lines:

$ ipython notebook unlikely
$ ipython notebook unlikely=impossible
$ ipython notebook --pylab=impossible

all pass without remark, but this:

$ ipython notebook --unlikely=impossible

gives:

WARNING: Unrecognized alias: 'unlikely', it will probably have no
effect.[NotebookApp] Using existing profile dir:
u'/Users/mb312/.ipython/profile_default'

Is this intended (the no-comments I mean)?

See you,

Matthew



More information about the IPython-dev mailing list