Last active
September 10, 2015 03:53
-
-
Save mathisonian/7eb44ffe8af2adf56a26 to your computer and use it in GitHub Desktop.
existing viz example
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
from lightning import Lightning, Visualization | |
lgn = Lightning() | |
# use a saved session id | |
lgn.use_session(sesion_id) | |
# use an existing visualization | |
viz = Visualization(session=lgn.session, json={'id': visualization_id}) | |
# append to the visualization | |
viz.append() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment