Movatterモバイル変換


[0]ホーム

URL:


Effortless Python web applications

with the power of reactive programming.

A screenshot of an dashboard that includes an ipyleaflet map.

Run queries on an SQL database andview the results in a data grid,also available as a template.

A screenshot of an dashboard that includes an ipyleaflet map.

Run queries on an SQL database andview the results in a data grid,also available as a template.

Shiny Orbit Simulation App

Shiny is great for creating interactive visualizations, like thisthree-body problem simulator.

A screenshot of an article that starts with a headline, followed by a slider control, and then a large visualization.

Mix Markdown prose with inputs and outputs to createinteractive explainers.

Efficient

Shiny uses a reactive execution engine to minimize rerendering of your application. Outputs are rendered on-demand and only when their upstream components change, which means that Shiny can support everything from the simplest dashboard to full-featured web apps.

Reactive

Shiny eliminates the hassle of manual state management. Rather than requiring callback functions and state variables, Shiny automatically determines the best execution path for your app at runtime. This allows you to focus on delivering insights instead of troubleshooting execution issues.

Robust

Shiny is built atop the modern Python web stack, leveragingStarlette andasyncio for robust web applications. It offers full support forCSS andJavaScript customization, enabling rich, interactive user experiences.

Getting started with Shiny is easy:

1

pip install shiny

2

shiny create--template dashboard-tips

3

Useyour data and make the layoutyour own.


[8]ページ先頭

©2009-2025 Movatter.jp