Path: blob/master/Dash/Dash_Plotly_Dynamic_Link.ipynb
2973 views
Kernel: Python 3
Dash - Plotly Dynamic Link
Tags: #dash #plotly #naas #analytics
Author: Oguz Akif Tufekcioglu
Last update: 2023-04-12 (Created: 2022-10-18)
Description: This notebook provides an interactive way to explore data with Dash and Plotly, allowing users to create dynamic links between visualizations.
Input
Import libraries
In [ ]:
Setup Variables
In [ ]:
Model
Initialize Dash app
In [ ]:
Get stock prices
In [ ]:
Add an url column
In [ ]:
Create app layout
In [ ]:
Call callback function to save url in a dcc Store component when data point is clicked
In [ ]:
Call client-side callback function open url in a new tab
In [ ]:
Output
Generate URL and show logs
In [ ]: