<span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Date: Mon, 12 Mar 2012 09:26:49 +0000<br>From: Thomas Kluyver <<a href="mailto:takowl@gmail.com" style="color:rgb(17,85,204)">takowl@gmail.com</a>><br>
Subject: Re: [IPython-User] Updating required files for notebook - to<br> get the --browser cmd line option<br>To: "Discussions about using IPython. <a href="http://ipython.org/" target="_blank" style="color:rgb(17,85,204)">http://ipython.org</a>"<br>
<<a href="mailto:ipython-user@scipy.org" style="color:rgb(17,85,204)">ipython-user@scipy.org</a>><br><br>>>The simplest thing to do is just to run the development version - we do<br>>>most development in feature branches, so master is fairly stable. If you<br>
>>"git clone git://<a href="http://github.com/ipython/ipython.git" target="_blank" style="color:rgb(17,85,204)">github.com/ipython/ipython.git</a>", then run "python setup.py<br>>>install" inside that folder, you'll get the latest version. To update, "git<br>
>>pull" and install again.</span><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Thanks Thomas!</span></div>
<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">This mostly worked. That is- I got the update, installed it (had to as sudo).</span></div>
<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">When I tried launching ipython notebook --browser=chrome ...</span></div>
<div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><div>
Traceback (most recent call last):</div><div> File "/Library/Frameworks/Python.framework/Versions/Current/bin/ipython", line 7, in <module></div><div> launch_new_instance()</div><div> File "/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 409, in launch_new_instance</div>
<div> app.start()</div><div> File "/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py", line 379, in start</div><div> return self.subapp.start()</div>
<div> File "/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/site-packages/IPython/frontend/html/notebook/notebookapp.py", line 481, in start</div><div> browser = webbrowser.get(self.browser)</div>
<div> File "/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/webbrowser.py", line 52, in get</div><div> raise Error("could not locate runnable browser")</div><div>Error: could not locate runnable browser</div>
<div><br></div><div>This isn't really an iPython issue any more. But for those who do use Chrome with the notebook...</div><div><br></div><div>(I do have chrome installed on my system.)</div><div>Is chrome "known to the system" by a slightly different name?</div>
<div><br></div><div>Thanks!</div></span></div>