2025-04-15
Entertainment (2013)
USAFacts (2023)
USAFacts (2023)
https://colab.research.google.com/drive/13WO5Va62sjnsKjVaqazMMTUe3z-H5oMu?usp=chrome_ntp
```{python}
#| label: plotly-demo
# https://quarto.org/docs/interactive/widgets/jupyter.html
import plotly.express as px
import plotly.io as pio
df = px.data.iris()
fig = px.scatter(df, x="sepal_width", y="sepal_length",
color="species",
marginal_y="violin", marginal_x="box",
trendline="ols", template="simple_white")
fig.show()
```
Leafletjs
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/What_is_JavaScript