-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Right now the Python API doesn't feel very pythonic (i.e., OOP) -- it feels more like a port of the R API to Python.
I think we should consider something like this:
# Instead of querychat.init()
qc = QueryChat(data)
# Instead of querychat.sidebar()
qc.sidebar()
# Instead of querychat.server()
qc.server()Metadata
Metadata
Assignees
Labels
No labels