Closed jnumainville closed 1 year ago
Tested with the following code, both with and without envoy
from deephaven_enterprise.client.session_manager import SessionManager from deephaven_ipywidgets import DeephavenWidget connection_info = "info" session_mgr: SessionManager = SessionManager(connection_info) session_mgr.password("user", "password") session = session_mgr.connect_to_persistent_query("Test PQ") qc = session.open_table("tt") DeephavenWidget(qc)
Tested with the following code, both with and without envoy