<div dir="ltr">That's a very important feature, thanks!<div><br></div><div>Antonio</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 28, 2014 at 4:17 PM, Paul Ivanov <span dir="ltr"><<a href="mailto:pi@berkeley.edu" target="_blank">pi@berkeley.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey gang,<br>
<br>
I wrote this up over the weekend, and now have confirmation from<br>
a few other IPython developers that the installation instructions<br>
are working, so pinging the list in case you've been wanting this<br>
functionality and want to start playing with it.<br>
<br>
<a href="https://github.com/ivanov/nb-cccp" target="_blank">https://github.com/ivanov/nb-cccp</a><br>
<br>
>From the README:<br>
<br>
> IPython Notebook Collective Cut-Copy-Paste<br>
><br>
> A working prototype for multi-cell cut-copy-paste in the<br>
> notebook. This functionality will be in the next version of<br>
> IPython, this is just the first stab at an implementation so we<br>
> (and you!) can start playing with it.<br>
<br>
<br>
You can install it as an extension and try it out without having<br>
to run / update to IPython master (it works in IPython 2.0):<br>
<br>
cd $(ipython locate)/nbextensions<br>
git clone <a href="https://github.com/ivanov/nb-cccp" target="_blank">https://github.com/ivanov/nb-cccp</a><br>
echo "require(['nbextensions/nb-cccp'], function (copy_paste) {<br>
    copy_paste.load_ipython_extension();<br>
    console.log('copy_paste extension loaded');<br>
    });" >> $(ipython locate profile)/static/custom/custom.js<br>
<br>
(I've tweeted this out, if you want to retweet to spread the<br>
word: <a href="https://twitter.com/ivanov/status/460917106385506306" target="_blank">https://twitter.com/ivanov/status/460917106385506306</a>)<br>
--<br>
                   _<br>
                  / \<br>
                A*   \^   -<br>
             ,./   _.`\\ / \<br>
            / ,--.S    \/   \<br>
           /  `"~,_     \    \<br>
     __o           ?<br>
   _ \<,_         /:\<br>
--(_)/-(_)----.../ | \<br>
--------------.......J<br>
<span class="HOEnZb"><font color="#888888">Paul Ivanov<br>
<a href="http://pirsquared.org" target="_blank">http://pirsquared.org</a><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>
</font></span></blockquote></div><br></div>