Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Nov 24, 2024
1 parent cc62a49 commit 6d7ae8e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ CopyButton(value="Hello World").servable()

As `value` you can use any of the types below.

- `None`: Will copy as the empty string.
- `str`: Any String value
- `DataFrame`: Pandas and Polars dataframes
- `DataFrame`: Pandas and Polars dataframes will copy as a tab separated csv string.

More types can be supported. Please [create a Feature Request](https://github.com/awesome-panel/panel-copy-paste/issues).

Expand Down Expand Up @@ -69,6 +70,15 @@ pixi run postinstall
pixi run test
```

This repository is based on [copier-template-panel-extension](https://github.com/panel-extensions/copier-template-panel-extension).
To update to the latest template version run:

```bash
pixi exec --spec copier --spec ruamel.yaml -- copier update --defaults --trust
```

Note: `copier` will show `Conflict` for files with manual changes during an update. This is normal. As long as there are no merge conflict markers, all patches applied cleanly.

## ❤️ Contributing

Contributions are welcome! Please follow these steps to contribute:
Expand Down

0 comments on commit 6d7ae8e

Please sign in to comment.