KxSystems / jupyterq

Jupyter kernel for kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
105 stars 46 forks source link

embedPy's prints not showing in the notebook #51

Closed amaurydar closed 4 years ago

amaurydar commented 4 years ago

Hello,

When doing

print("toto")

in a jupyterq notebook nothing is printed.

When doing the same in a console (after loading p.q) it works.

Is it expected or is it due to something I customized in my setup? It makes debugging embedPy's python code very hard in a notebook.

Thanks,

Amaury

Dianeod commented 4 years ago

Hi Amaury,

Could you please send on the following information:

conda list "embedpy|jupyterq|kdb|python"

Also when you say "customized set-up" - could you please explain what is meant by this or send on any details of what was changed

Kind Regards, Diane

cmccarthy1 commented 4 years ago

Hi Amaury,

Unfortunately we do not have enough information to reproduce the issue. If you can shed some light on the customised nature of the setup and provide the information that Diane has requested we will endeavour to fix the issue if it is still arising.

Closing this issue for now, please feel free to reopen if required.

All the best, Conor