jupyterq icon indicating copy to clipboard operation
jupyterq copied to clipboard

Jupyter kernel for kdb+

Results 13 jupyterq issues
Sort by recently updated
recently updated
newest added

Hi, I am using jupyterq_windows-1.1.11 release and trying to run jupyterq on Python 3.9.7 with KDB 4.0 2021.07.12 on Windows 10 (all 64bit). I am not using Conda. I was...

External Query I have a table in kdb – just 5 columns and 100 rows – all numeric (features of a model let’s say) I want to display the contents...

VSCode is well-suited to run Juptyter python notebooks and can do so with different (conda-) environments. However, jupyterQ won't launch on my computer even though it shows an option to...

An issue has been raised where jupyterq_server.q is still running after the jupyter kernel has been properly shut down. The following fixes were attempted: 1. Adding a timer function to...

**External Request** The following email was received via `[email protected]` (edited for anonymity) ``` One of the features I like about running JupyterQ in Jupyter Lab, is the “open console for...

enhancement

ipywidgets issue raised: ``` /%python import numpy as np size = 100 np.random.seed(0) x_data = np.arange(size) y_data = np.cumsum(np.random.randn(size) * 100.0) from bqplot import pyplot as plt plt.figure(title='My First Plot')...

Most of the things I tried with ipywidgets work well, but here I don't understand what's wrong. ``` /%python import ipywidgets as widgets from IPython.display import display out = widgets.Output()...

enhancement

Dear authors, I am studying jupyterq. I try to run docker image but get the license error: `licence error: k4.lic`. I have a personal licence `kc.lic` but I don't know...

Hi there, I have been working with jupyterq for a while now. I was trying to use KX/ml library for q, in order to study ml and profound data analytics...

Hi, I successfully installed jupyterQ and KDB kernel, but looks like the ctrl + / shortcut to comment multiple lines doesn't work. Is there any way to configure this feature?...