While performing Hot Spot analysis from Arcgis Pro notebook it returns AttributeError
from arcgis.features.analyze_patterns import find_hot_spots
find_hot_spots(incidents_feature_layer, output_name='Puget Sound Traffic Stops xyz', gis=gis)
AttributeError: 'NoneType' object has no attribute '_tbx'
please help me with the possible solution