<p>This is one of the things I'm looking at currently. I'm playing with having an S2 based config that all instances for that user share. Then having a magic for mounting volumes to the filesystem. On a new instance, you'd just do something like</p>

<p>%aws -m myvol ~/carl</p>
<p>and it'd mount myvol and set it up to auto mount on reboot until/unless you said not to.</p>
<p>This is going to be the approach for all new features I'm thinking.</p>
<p>This way users can edit the code and I can hopefully divide the feature set into gists and get some help from IPython users that want low barrier to entry, one file problems to play with.</p>
<div class="gmail_quote">On Jun 30, 2012 6:08 PM, "Fernando Perez" <<a href="mailto:fperez.net@gmail.com" target="_blank">fperez.net@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Carl,<br>
<br>
On Sat, Jun 30, 2012 at 8:02 AM, Carl Smith <<a href="mailto:carl.input@gmail.com" target="_blank">carl.input@gmail.com</a>> wrote:<br>
> I've been looking at where to go with the NotebookCloud app I've been<br>
> working on and decided it would better to add new features to the user's<br>
> IPython setup, rather than NBC itself.<br>
><br>
> The AMI includes boto already, a Python AWS library, and it's very good, but<br>
> it can still often take a while to get anything done. Mounting a dataset for<br>
> example.<br>
><br>
> Now, I'm looking to write a library for the AMI that makes AWS easier to use<br>
> from the Notebook.<br>
><br>
> Does this sound like the best way to go?<br>
<br>
That definitely sounds useful; I still think that easy, persistent<br>
storage support for the user's notebooks at least, but home directory<br>
ideally, would be good to have.<br>
<br>
Cheers,<br>
<br>
f<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">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>