Home | Docs | Gallery | Examples | Discuss
Hi there! 👋
This repository contains our collection of reusable components for use in your Datapane Reports and Apps.
- Run
pip install datapane-components
- In your code, import the library
import datapane as dp
import datapane_components as dc
...
- Clone this repo
- Install the dependencies via
poetry install
- Make changes
- Submit your PR
This package is released on a regular time-based schedule.
We're here to help you get up and running with Datapane. Check out the Datapane quickstart repo to get started, or visit any of the resources below.
- Static generation: Sharing an app shouldn't require deploying an app. Render a standalone HTML bundle which you can share or host on the web.
- API-first and programmatic: Programmatically generate apps from inside of Spark, Airflow, or Jupyter. Schedule updates to build real-time dashboards.
- Dynamic front-end components: Say goodbye to writing HTML. Build apps from a set of interactive components, like DataTables, tabs, and selects.