Created
May 20, 2021 01:49
-
-
Save afcotroneo/c98067b05ef0bec7f23430ea2addf1c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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