[Bug 948422] Re: `ipython notebook` fails to start; returns [TerminalIPythonApp] File not found: u'notebook'

2013-02-14 Thread Thomas Kluyver
I'm marking this as invalid as I don't think it is a bug: - We don't expect 'ipython --colors Linux notebook' to start the notebook. 'notebook' is a subcommand, so it needs to be the first command line argument. - IPython doesn't and shouldn't know about user-defined aliases, so as far as

[Bug 948422] Re: `ipython notebook` fails to start; returns [TerminalIPythonApp] File not found: u'notebook'

2012-08-27 Thread Tom Close
I had this problem, but found out it was because I had the alias alias ipython='ipython --colors Linux' in my ~/.bash_aliases file. As a side note, this same alias also caught me out last time when the colors option changed from '-colors' to '-- colors', and it took me ages to find out what the

[Bug 948422] Re: `ipython notebook` fails to start; returns [TerminalIPythonApp] File not found: u'notebook'

2012-08-27 Thread Julian Taylor
for these things it is also better to use the configuration for ipython = 0.11: c.TerminalInteractiveShell.colors in $HOME/.config/ipython/profile_default/ipython_config.py the default profile can be created with ipython profile create and the profile directory can be found with ipython locate

[Bug 948422] Re: `ipython notebook` fails to start; returns [TerminalIPythonApp] File not found: u'notebook'

2012-03-06 Thread Julian Taylor
*** This bug is a duplicate of bug 948428 *** https://bugs.launchpad.net/bugs/948428 ** This bug has been marked a duplicate of bug 948428 `ipython qtconsole` fails to start; says IPython.zmq requires pyzmq = 2.1.4, but you have 2.1.11 -- You received this bug notification because you