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

Matthew Brett matthew.brett at gmail.com
Fri Apr 20 13:59:21 EDT 2012


Hi,

On Thu, Apr 12, 2012 at 10:16 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> 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)?

Should I enter an issue for this?

Best,

Matthew



More information about the IPython-dev mailing list