Multiple kernels in Enthought Canopy

后端 未结 1 1719
执念已碎
执念已碎 2021-01-14 13:22

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 do

1条回答
  •  别那么骄傲
    2021-01-14 14:14

    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

    0 讨论(0)
提交回复
热议问题