Overview¶
Arakawa makes it simple to build interactive reports in seconds using Python.
Import Arakawa's Python library into your script or notebook and build reports programmatically by wrapping components such as:
- Pandas and Polars DataFrames
- Plots from Python visualization libraries such as Bokeh, Altair, Plotly, Folium and Great Tables
- Markdown and text
- Files, such as images, PDFs, JSON data, etc.
- Interactive forms which run backend Python functions
Arakawa reports are interactive and can also contain pages, tabs, drop downs, and more. Once created, reports can be exported as HTML, shared as standalone files, or embedded into your own application, where your viewers can interact with your data and visualizations.
Get Started¶
Get up and running with our Quickstart, or dig deeper into the rest of the docs.