Skip to content

Instantly share code, notes, and snippets.

@SebastianoF
Last active April 24, 2022 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebastianoF/c0b40c9c7679bcb1e10bf6d69f2dbcb7 to your computer and use it in GitHub Desktop.
Save SebastianoF/c0b40c9c7679bcb1e10bf6d69f2dbcb7 to your computer and use it in GitHub Desktop.
b001_05.py
config = {
'version': 'v1',
'config': {
'mapState': {
'latitude': 51.536265,
'longitude': -0.039740,
'zoom': 10
}
}
}
map_1 = KeplerGl(data={'commuters': df_commuter}, config=config, height=800)
display(map_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment