Skip to content

k8s-platform-hub/base-python-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-python-dash

A simple python app using the dash framework. Written on top of Flask, Plotly.js, and React.js, Dash is ideal for building data visualization apps with highly custom user interfaces in pure Python. It's particuarly suited for anyone who works with data in Python.

Deploy this project

$ hasura quickstart hasura/base-python-dash
$ cd base-python-dash
$ git add . && git commit -m "Initial Commit"
$ git push hasura master

Now, your app will be running at https://dash.YOUR-CLUSTER-NAME.hasura-app.io (replace YOUR-CLUSTER-NAME with the name of your cluster). To get the name of your cluster

$ hasura cluster status

Navigate to another page https://dash.YOUR-CLUSTER-NAME.hasura-app.io/app1 to see different data graph.

Dash Base

This app is a simple example of the capabilities of Dash developed by Plotly and acts as an intro to overall Python framework.

Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code.

To learn more check out Dash's documentation.

The following are screenshots for the app in this repo: Alt desc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages