1

I am trying to use PyQ in Jupyter, a package designed to communicate between the Python and Q/kdb+ programming language. I am successfully able to install Q/kdb+ on my Windows computer (where the q.exe file is located in the standard C:), pip installed pyq, and opened Jupyter with Anaconda Navigator. However, when I create a new .ipynb notebook and attempted to initialize Q using PyQ, I am presented with:

ImportError: Importing pyq from stock python is not supported. Run path\to\q.exe python.q.

How do I fix this problem? Thank you!

Wilson
  • 253
  • 2
  • 9

1 Answers1

1

You need to install pyq-kernel.

Please see Installing Jupyter Kernel for details.

Alexander Belopolsky
  • 2,228
  • 10
  • 26