Avoid reconnection feature in bokeh/3.8+
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user