Multiple kernels in Enthought Canopy

假如想象 提交于 2019-12-01 09:14:13

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

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