Skip to content

dvillaj/ipython-cql

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 53.0%
  • Python 45.4%
  • Makefile 1.6%