This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
The functionality requires installation of xsel package | |
sudo apt-get install xsel | |
1. clip: Add copy to clipboard from IPython! | |
2. ch : Copy history to clipboard. Just one line. | |
To install, just copy it to your profile/startup directory, typically: | |
~/.ipython/profile_default/startup/ | |
Example usage: |