Skip to content

awesome-panel/panel-copy-paste

Repository files navigation

✨ panel-copy-paste

CI conda-forge pypi-version python-version

Extends HoloViz Panel with functionality to copy to and paste from the clipboard

Features

panel-copy-paste

Installation

Install it via pip:

pip install panel-copy-paste

Development

This project is managed by pixi. You can install the package in development mode using:

git clone https://github.com/awesome-panel/panel-copy-paste
cd panel-copy-paste

pixi run pre-commit-install
pixi run postinstall
pixi run test

Usage

import panel_copy_paste

❤️ Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/YourFeature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/YourFeature.
  5. Open a pull request.

Please ensure your code adheres to the project's coding standards and passes all tests.