I've upgraded to Streamlit 0.53 and wan't to test out the new st.pydeck_chart function. At some stage in my work I wan't to add tooltips and I cannot make it work. For example the example from the ...
import numpy as np import pandas as pd import pydeck as pdk import streamlit as st df = [] deck = [] hex_layer = [] scatter_layer = [] view_state = [] for k in range ...