Jupyter Magic SQL

%load_ext sql

%sql mysql://root:password@localhost/sakila

%sql select * from actor


Comments

Popular posts from this blog