Skip to content

Instantly share code, notes, and snippets.

@mzumi
Created March 23, 2017 02:00
Show Gist options
  • Save mzumi/61b39b0106572002af7af4fc867f99fe to your computer and use it in GitHub Desktop.
Save mzumi/61b39b0106572002af7af4fc867f99fe to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
%config SqlMagic.autopandas = True
%config SqlMagic.feedback = False
%load_ext sql
%sql mysql+pymysql://root:password@localhost/database?charset=utf8mb4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment