Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)