Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created May 20, 2021 01:49
Show Gist options
  • Save afcotroneo/c98067b05ef0bec7f23430ea2addf1c1 to your computer and use it in GitHub Desktop.
Save afcotroneo/c98067b05ef0bec7f23430ea2addf1c1 to your computer and use it in GitHub Desktop.
# An Ibis connection object (con) is created on notebook startup, which
# includes a pymapd.connection object as a property (con.con).
# If you receive a session invalid or object not found error using it,
# please close the Jupyter Lab browser tab, relaunch from Immerse,
# and run this cell to recreate your con object using the
# omnisci_connect function.
con = omnisci_connect()
con.list_tables()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment