Jupyterq Versions Save

Jupyter kernel for kdb+

1.1.4

5 years ago

5f2e6e4 Merge pull request #35 from KxSystems/tests. Adds tests for /%remote and username/password authentication 311d7ea Fixed display issue when using /%python a0afc64 Fix error on initial output

1.1.3

5 years ago

New

  • /%remote connectionname executes code in remote server if connectionname is a valid handle, see #21
  • User authentication for kernel and server processes with -U, see #26
  • Display help for user defined variables even if notebook couldn't connect to code.kx.com when started

Fixes

  • output from stdout/stderr could appear in the wrong notebook cell if front end executed multiple cells together.
  • Notebook validation could fail if a notebook only contained cells which raised parse errors.
  • Disable Python 3.5 on windows, embedPy does not support it.
  • Fix warning with install.sh if no locked (q_) files are present. #27
  • Don't send invalid unicode output to the jupyter front end, decode with replacement in kernel. #25

1.1.2

5 years ago

f53698f Fixed install.sh stderr messages #16 931ec65 Add requirements.txt to standalone release archives 7c1b470 Fixed .z.u was null #18 76047b0 Allow startup scripts to be locked 2f8cd7b Fix incorrect test case 1f640fe Allow jupyterq to run if q is a .bat file on windows 63f70af...124c550 Build updated conda packages when jupyterq is built

1.1

5 years ago
  • Docker image and instructions to run it has been added since the last release.
  • Allow mime outputs from code, e.g. html rendering of q tables in notebooks, see examples/html_display.ipynb
  • Default to using Agg backend for matplotlib on initial load, could cause issues on macOS if python was not installed as a framework
  • Added tests for the kernel using jupyter_kernel_test
  • Implementation version reported by the kernel to frontends should match the release version
  • Kernel display name changed to "Q (kdb+)"
  • Various cleanups on CI builds and tests for travisCI and appveyor
  • Fixed bug where base64 decode had the wrong number of arguments

1.0.1

6 years ago

Fix windows install script

1.0

6 years ago

This release adds windows support and precompiled binaries for Linux and Mac OSX. EmbedPy version>=1.1 is required for windows support