<p>I've been looking at where to go with the NotebookCloud app I've been working on and decided it would better to add new features to the user's IPython setup, rather than NBC itself.</p>
<p>The AMI includes boto already, a Python AWS library, and it's very good, but it can still often take a while to get anything done. Mounting a dataset for example.</p>
<p>Now, I'm looking to write a library for the AMI that makes AWS easier to use from the Notebook.</p>
<p>Does this sound like the best way to go?</p>