How do i activate jupyter kernel for pyq in linux-ubuntu 64?.

The online documentation only shows guide for installation of pyq-kernel is only for window. 

In window, i am successfully able to use pyq-kernel in jupyter notebook, However i do not find any documentation to active pyq-kernel in jupyter notebook for ubuntu.

Hi Jignesh

This might best be taken up by reporting the issue to the PyQ developers.

Best

Stephen




Stephen Taylor | Librarian | Kx | +44 7713 400852 | stephen@kx.com

On Sunday, July 1, 2018 at 3:44:59 AM UTC-4, Jignesh B wrote:

 i do not find any documentation to active pyq-kernel in jupyter notebook for ubuntu.

That’s because standard installation instructions apply:

pip install pyq-kernel

pyq -m pyq.kernel install

  

see <https://pypi.org/project/pyq-kernel\>.

You can also activate/switch kernels once you open Jupyter Notebook. Go to Kernel>Change kernel and then pick the kernel you want.