web
sleap.gui.web
¶
Module for web-related functionality.
Functions:
| Name | Description |
|---|---|
get_analytics_data |
Gather data to be transmitted to analytics backend. |
ping_analytics |
Ping analytics service with anonymous usage data. |
get_analytics_data()
¶
Gather data to be transmitted to analytics backend.
Source code in sleap/gui/web.py
ping_analytics()
¶
Ping analytics service with anonymous usage data.
Notes
This only gets called when the GUI starts and obeys user preferences for data collection.
See https://docs.sleap.ai/latest/help/#usage for more information.