2 रिपॉजिटरी
Interfaces for embedding interactive charts and graphs from external visualization libraries into web-based UIs.
Distinct from Python Web UI Libraries: Focuses on rendering data visualizations within a web UI, whereas Python Web UI Libraries is a broader category for general interface construction.
Explore 2 awesome GitHub repositories matching user interface & experience · Data Visualization Interfaces. Refine with filters or upvote what's useful.
PyWebIO is a Python web application framework and script-based UI library that allows the construction of interactive web interfaces without writing HTML, CSS, or JavaScript. It treats the web browser as a rich terminal, translating Python function calls into UI elements and capturing user input through a synchronous request-response loop. The framework functions as an asynchronous web app server that executes user sessions as coroutines to handle multiple concurrent interactions on a single thread. It also serves as a data visualization interface, enabling the direct rendering of interactive
Provides a direct interface for rendering interactive charts and graphs from external libraries within the web browser.
Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards and interactive interfaces using Python and R. It allows developers to define browser-based user interfaces and manage server-side state without writing HTML or CSS. The project functions as a collaborative state synchronizer, relaying and persisting application state across multiple concurrent users to enable shared real-time experiences. It distinguishes itself by broadcasting live updates and data visualizations to connected browsers through a unified programming model. T
Integrates and displays interactive charts and graphics from data science and plotting libraries within the web interface.