<div dir="ltr"><div>Thanks for the replies. I set up my EC2 instance following this tutorial: <a href="https://gist.github.com/iamatypeofwalrus/5183133">https://gist.github.com/iamatypeofwalrus/5183133</a> so I'm using the Anaconda python package. Everything is fine when I ssh in and start up my notebook server as the ubuntu user. I think the problem with my upstart config is that it's not really running as the ubuntu user. Specifically, I think it's not running the ubuntu user's .bashrc file and is therefore not getting the Anaconda python stuck on to the front of the PATH variable. I thought that the '-i' part of 'sudo -u ubuntu -i' in my upstart conf file was supposed to make sure that happened but maybe not. Any thoughts on how I can make sure that upstart is starting my server as ubuntu rather than root?<br>
<br></div>-Jared<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 16, 2013 at 5:25 AM, Julian Taylor <span dir="ltr"><<a href="mailto:jtaylor.debian@googlemail.com" target="_blank">jtaylor.debian@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 15.07.2013 13:50, Thomas Kluyver wrote:<br>
> On 15 July 2013 03:01, Jared Kibele <<a href="mailto:jkibele@gmail.com">jkibele@gmail.com</a><br>
</div><div><div class="h5">> <mailto:<a href="mailto:jkibele@gmail.com">jkibele@gmail.com</a>>> wrote:<br>
><br>
>     the IPython dashboard looks different ... Unreadable JSON notebook."<br>
><br>
><br>
> That sounds like you have an older version of IPython installed on your<br>
> EC2 instance. It sounds like it's running Ubuntu - if you've installed<br>
> IPython through apt, then you can add this PPA and update to get the<br>
> latest stable release of IPython:<br>
> <a href="https://launchpad.net/~jtaylor/+archive/ipython" target="_blank">https://launchpad.net/~jtaylor/+archive/ipython</a><br>
><br>
<br>
</div></div>currently the ppa should not be necessary, all (desktop) supported<br>
releases have ipython 0.13.2 in the backports repository.<br>
<br>
e.g. for precise (12.04):<br>
apt-get install ipython-notebook -t precise-backports<br>
<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</blockquote></div><br></div>