Demo slide¶

Another slide¶

Going deeper with subslide:

  • First
  • Second
  • Third
In [20]:
df = px.data.tips()
fig = px.pie(df, values="tip", names="day")
fig.show()

Some notes regarding the graph!

End¶