Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

datapane/components

Repository files navigation

Datapane

Home | Docs | Gallery | Examples | Discuss

Pip Downloads Latest release Conda (channel only)


Welcome to the Datapane Component Repository

Hi there! 👋

This repository contains our collection of reusable components for use in your Datapane Reports and Apps.

For Users

  1. Run pip install datapane-components
  2. In your code, import the library
import datapane as dp
import datapane_components as dc

...

For Contributors

  1. Clone this repo
  2. Install the dependencies via poetry install
  3. Make changes
  4. Submit your PR

This package is released on a regular time-based schedule.

Resources

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.

What makes Datapane special?

  • 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.