Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awesome-panel/holoviz-quarto
The purpose of this project is to make it easy to use the HoloViz ecosystem with Quarto
https://github.com/awesome-panel/holoviz-quarto
List: holoviz-quarto
datascience datavisualization documentation holoviz markdown panel python quarto
Last synced: 29 days ago
JSON representation
The purpose of this project is to make it easy to use the HoloViz ecosystem with Quarto
- Host: GitHub
- URL: https://github.com/awesome-panel/holoviz-quarto
- Owner: awesome-panel
- Created: 2023-12-24T07:27:36.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T10:18:37.000Z (12 months ago)
- Last Synced: 2024-01-27T08:09:53.912Z (11 months ago)
- Topics: datascience, datavisualization, documentation, holoviz, markdown, panel, python, quarto
- Language: HTML
- Homepage: https://awesome-panel.github.io/holoviz-quarto/
- Size: 2 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HoloViz-Quarto
The purpose of this project is to **make it easy to use the HoloViz ecosystem with Quarto**.
**Check out the [holoviz-quarto Documentation](https://awesome-panel.github.io/holoviz-quarto/)** to get inspired.
## Disclaimer
This is currently an **experiment** only. When its matured I hope it can become an official HoloViz project.
## Development
```bash
git clone https://github.com/awesome-panel/holoviz-quarto
conda create -n holoviz-quarto conda-forge r-quarto perl matplotlib panel hvplot jupyter
```To setup your development environment and learn more about quarto development check out the [Quarto Lua Development Guide](https://quarto.org/docs/extensions/lua.html).
### Deployment
Run
```bash
quarto publish gh-pages
```### Resources
- [Creating Quarto Extensions](https://quarto.org/docs/extensions/creating.html)
- [Quarto Extensions](https://quarto.org/docs/extensions/listing-filters.html)
- [shinylive extension](https://github.com/quarto-ext/shinylive)
- [stlite extension](https://github.com/whitphx/quarto-stlite)