An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ipyclipboard

[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](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
```