Run scripts simultaniously in Canopy

五迷三道 提交于 2019-12-22 01:06:39

问题


This is an update request on this 4 year old question.

I have been using Canopy for many years but one draw back is that I can't debug a different project while another is running. I often run code that takes about an hour so it would be ideal to be able to run one project while working on another. In short, I would like to use multiple kernels integrated with the IDE. Perhaps as many as three as I have four cores.

Canopy is my default an only python on my windows machine. I am using Canopy 2.1.3 with python 3.5


回答1:


The use-case is clear, but is not yet implemented, though it is getting closer. (Canopy 2.1 can work with multiple different environments, but not yet simultaneously.) I do expect multiple simultaneous running kernels to be available in 2018. Meanwhile, the workaround is the same as before -- develop and test your code in the Canopy GUI, but run your long production runs in Canopy Command Prompts using qtconsole or ipython or plain python.

The current version of Canopy is 2.1.6

FWIW: as a feature request, I'm not sure that this is really an SO-question.



来源:https://stackoverflow.com/questions/47315176/run-scripts-simultaniously-in-canopy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!