Christopher Tyler

Remove Telemetry from Streamlit

he first time you run streamlit, it will show a welcome message and ask you for your email. There’s also some telemetry practices you should read about. Briefly, they want to send some usage data to their servers when the streamlit server runs. You can write a two-line configuration file that prevents this telemetry from running:

1
2
[browser]
gatherUsageStats = false

<< Previous Post

|

Next Post >>

#Python #Streamlit #Telemetry