Path: blob/master/Dash/Dash_Create_Interactive_Plot.ipynb
2973 views
Kernel: Python 3
Dash - Create Interactive Plot
Tags: #dash #dashboard #plotly #naas #asset #analytics #dropdown #callback #bootstrap #snippet
Author: Zihui Ouyang
Last update: 2023-05-29 (Created: 2023-05-25)
Description: This notebook creates an interactive plot using Dash app infrastructure.
Input
Import libraries
In [ ]:
Setup Variables
DASH_PORT
: specify a port number for Dashurl
: URL to get data from csv
In [ ]:
Model
Initialize Dash app
In [ ]:
Get data
In [ ]:
Create Dash App
In [ ]:
Output
Generate URL and show logs
In [ ]:
In [ ]: