Skip to content

gerrymanoim/KdbQ_kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Jupyter kernel for Kdb/q

No other dependencies beides Jupyter and Q. Easy setup.

It is probably very rough around the edges, but seems to work. Please report any issues you end up having.

Other Existing Kernels

Todo

  • Multiline support Should be done now
  • Image support?
  • Code cleanup
  • Implementing code completion.
  • Testing (I doubt k support currently works)
  • Pip/Conda publication

Install

This requires IPython 3. Note that q must be in your path and $QHOME must be correctly defined.

python -m kdbq_kernel.install

To make sure it is installed:

jupyter kernelspec list

To use it, run one of:

jupyter notebook
# In the notebook interface, select Kdb/Q from the 'New' menu
jupyter qtconsole --kernel kdbq
jupyter console --kernel kdbq

More Info

More information of Kdb and Q:

For more details on how this works, also see:

Thanks

This kernel is heavily/entirely based on the Bash Kernel by takluyver.

About

A Kdb/Q kernel for Jupyter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%