ezhaar / ipython-cql

integration of cql + ipython notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This extension is based on the work done by Catherine Devlin: https://github.com/catherinedevlin/ipython-sql

For now it automatically connects to localhost.

Load the extension:

%load_ext cql

Select a keyspace:

%keyspace tutorial

List tables:

%tables

Execute CQL Statements

%cql select * from user;

About

integration of cql + ipython notebook

License:Other


Languages

Language:Python 96.6%Language:Makefile 3.4%