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

Latest commit

 

History

History
75 lines (56 loc) · 3.12 KB

README.md

File metadata and controls

75 lines (56 loc) · 3.12 KB

Datapane

Docs | Source

Pip Downloads Latest release Conda (channel only)


NOTE: Datapane is no longer actively maintained.

This project is archived and kept for reference purposes only.

Thank You.

Welcome to Datapane's Examples Repository

Hi there! 👋

Open in GitHub Codespaces

This repository contains a collection of examples that demonstrate how to use Datapane to create and share data reports.

  1. Run pip install -r requirements.txt from an example folder to install dependencies.
  2. Depending on the format of the example, either run:
    • the notebook, e.g. app.ipynb, through Jupyter Lab,
    • the script, e.g. python app.py
  3. Open the saved report locally

Reports

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.