You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from urllib.request import urlopen; import os
root = 'file:///nfs' if os.path.exists('/nfs/deephaven-benchmark') else 'https://storage.googleapis.com'
with urlopen(f'{root}/deephaven-benchmark/adhoc_dashboard.dh.py') as r:
exec(r.read().decode(), globals(), locals())
storage_uri = f'{root}/deephaven-benchmark'
Using the Deephaven UI, develop an Adhoc Dashboard that allows users to visualize comparisons they run with adhoc auto provision.
Related:
The text was updated successfully, but these errors were encountered: