[IPython-dev] error initiating ipython notebook
Gerardo Lacy Mora
glacycr at gmail.com
Sun Feb 19 16:22:37 EST 2012
Hi!
I am getting the following error when trying to open a notebook:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.6/bin/./ipython",
line 7, in <module>
launch_new_instance()
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/IPython/frontend/terminal/ipapp.py",
line 406, in launch_new_instance
app.start()
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/IPython/frontend/terminal/ipapp.py",
line 376, in start
return self.subapp.start()
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/IPython/frontend/html/notebook/notebookapp.py",
line 447, in start
browser = webbrowser.get(self.browser)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/webbrowser.py",
line 47, in get
command = _synthesize(browser)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/webbrowser.py",
line 84, in _synthesize
cmd = browser.split()[0]
IndexError: list index out of range
What might be the problem?
Thanks
-Gerardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20120219/a27818d3/attachment.html>
More information about the IPython-dev
mailing list