In [ ]:
%load_ext cql

In [ ]:
# useful for debugging
%reload_ext cql

In [ ]:
%keyspace tutorial

In [ ]:
%reload_ext cql 
%keyspace tutorial
%tables

In [ ]:
%reload_ext cql 
%keyspace tutorial
%cql select * from users limit 5;

In [ ]:
%reload_ext cql 
%keyspace tutorial
%trace select * from users limit 5;

In [ ]:
%matplotlib inline 
%reload_ext cql

%keyspace tutorial
%histogram select reading from sensor_data limit 100;

In [ ]:
%desc user

In [ ]: