-
Notifications
You must be signed in to change notification settings - Fork 8
Sample KX Notebooks
Ecmel Ercan edited this page Aug 27, 2025
·
8 revisions
| Notebook | Description | Works on IE | Works on REPL |
|---|---|---|---|
| pip.kxnb | Display installed Python packages that can be used on target connection. | ✓ | ✓ |
| pykx.kxnb | Shows executing Python code on DAP and importing into scratchpad. | ✓ | |
| sampling.kxnb | Shows preventing display of large amount of data. | ✓ | ✓ |
| ggplot.kxnb | Several gg plot examples. Works only on gg plot enabled kdb+ connection. | ||
| matplotlib.kxnb | Shows mixing q and Python with PyKX, prepare data in q and plot with Python. | ✓ | |
| scikit-learn.kxnb | Directly taken from scikit web site. Shows outputting Python variables. | ✓ | |
| import.kxnb | Shows executing on DAP targets and importing into scratchpad. | ✓ | |
| sql.kxnb | Shows executing plain SQL query and importing into scratchpad. | ✓ | |
| snippets.kxnb | Shows some basic q structures. | ✓ | ✓ |
| guess.kxnb | Shows console input. | ✓ |