Path: blob/master/Dash/Dash_Create_spinner_button.ipynb
2973 views
Kernel: Python 3
Dash - Create spinner button
Tags: #dash #button #download #create #python #library #spinner
Author: Florent Ravenel
Last update: 2023-06-03 (Created: 2023-06-03)
Description: This notebook will show how to create a spinner button with Dash. The Spinner
component can be used inside buttons to indicate that an action is currently processing or taking place.
References:
Input
Import libraries
In [ ]:
Setup Variables
DASH_PORT
: specify a port number for Dash
In [ ]:
Model
Initialize Dash app
In [ ]:
Create download button
In [ ]:
Output
Generate URL and show logs
In [5]: