Multiple kernels in Enthought Canopy

谁都会走 提交于 2020-01-11 06:32:33

问题


I previously worked with the EPD Python distribution using its Qt-console, where one of the most useful features was easily having multiple kernels in multiple tabs, when doing several calculations simultaneously.

I recently got the "new" Enthought Canopy, which somehow tries to emulate MatLab, which might not be bad perse. Here comes the problem: How do I get multiple tabs with separated kernels with Canopy?

For completeness, I am running Canopy 1.1.0 on Ubuntu-Gnome 13.04.


回答1:


The Canopy GUI application does not yet support multiple kernels. However, just like with EPD, you can run QtConsole, including using its multiple kernel capabilities, from a Canopy User Python command line.

To do this quickly:

~/Enthought/Canopy_64bit/User/bin/ipython qtconsole

Long-term, the easiest way to run Canopy User Python may be to make it your default python, using the Canopy preferences dialog. Details at:

http://docs.enthought.com/canopy/configure/faq.html#where-are-all-of-the-python-packages-in-my-user-python-environment

https://support.enthought.com/entries/23646538-Make-Canopy-User-Python-be-your-default-Python



来源:https://stackoverflow.com/questions/18572379/multiple-kernels-in-enthought-canopy

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