https://github.com/jtpio/ipyclipboard
A simple Jupyter Widget to read and write text from the clipboard.
https://github.com/jtpio/ipyclipboard
Last synced: 4 months ago
JSON representation
A simple Jupyter Widget to read and write text from the clipboard.
- Host: GitHub
- URL: https://github.com/jtpio/ipyclipboard
- Owner: jtpio
- Created: 2024-02-22T21:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T10:16:41.000Z (over 2 years ago)
- Last Synced: 2024-04-23T23:02:32.652Z (over 2 years ago)
- Language: Jupyter Notebook
- Homepage: https://jtpio.github.io/ipyclipboard/notebooks/index.html?path=example.ipynb
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ipyclipboard
[](https://jtpio.github.io/ipyclipboard/notebooks/index.html?path=example.ipynb)
A simple Jupyter Widget to read and write text from the clipboard.
[ipyclipboard-screencast.webm](https://github.com/jtpio/ipyclipboard/assets/591645/d1b6aad1-798a-4617-a7ec-f49ebcdd8bdd)
## Features
⚠️ This widget only supports text data for now ⚠️
If you would like to see more features, please open an issue or submit a pull request, thanks!
## Install
```sh
pip install ipyclipboard
```
## Usage
See the example notebook: [example.ipynb](example.ipynb)
## Uninstall
```sh
pip uninstall ipyclipboard
```