Extends HoloViz Panel with functionality to copy to and paste from the clipboard
panel-copy-paste
Install it via pip
:
pip install panel-copy-paste
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
import panel_copy_paste
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/YourFeature
. - Open a pull request.
Please ensure your code adheres to the project's coding standards and passes all tests.