Avoid reconnection feature in bokeh/3.8+

This commit is contained in:
2026-02-23 12:54:21 +01:00
parent 5dcf51b939
commit 36cb92f6d5

View File

@@ -20,6 +20,8 @@ from pyzebra.app import (
)
doc = curdoc()
doc.config.reconnect_session = False
doc.config.notify_connection_status = False
doc.title = "pyzebra"
parser = argparse.ArgumentParser()