Make spyder to use inprocess kernels

35 views Asked by At

Is there a way to tell spyder (or maybe at least jupyter) to run inprocess kernels like you can do with qtconsole? I am trying to use spyder from a different program and update namespace to work with large arrays (several GB +) and qtpy widgets. I tried to modify the SpyderKernelManager base class but run into too many incompatibility issues.

0

There are 0 answers