Path: blob/master/Dash/Dash_Create_conditional_formatting_on_HTML_element.ipynb
2973 views
Kernel: Python 3
Dash - Create conditional formatting on HTML element
Tags: #dash #html #conditional #formatting #element #plotly
Author: Florent Ravenel
Last update: 2023-05-24 (Created: 2023-05-24)
Description: This notebook will show how to create conditional formatting of an HTML element using Dash.
Input
Import libraries
In [1]:
Setup Variables
DASH_PORT
: specify a port number for Dash
In [2]:
Model
Initialize Dash app
In [3]:
Create app layout
In [4]:
Output
Generate URL and show logs
In [5]:
In [ ]: