Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

rustyrazorblade/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

No packages published

Languages