Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
11.08k stars 570 forks source link

Need to disable external api server calls #458

Closed JeevankumarDharmalingam closed 6 months ago

JeevankumarDharmalingam commented 6 months ago

Fetch Calls are requested using Streamlit

  1. GET - https://cdn.segment.com/v1/projects/iCkMy7ymtJ9qYzQRXkQpnAJEq7D4NyMU/settings
  2. POST - https://api.segment.io/v1/t

Note : In Config.json set privacy='offline'

Is there a way to disable these request calls

longxiaofei commented 6 months ago
GET - https://cdn.segment.com/v1/projects/iCkMy7ymtJ9qYzQRXkQpnAJEq7D4NyMU/settings
POST - https://api.segment.io/v1/t

These requests are sent by streamlit. You can refer to streamlit's documents.