Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple kernels in Enthought Canopy

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.

like image 835
user1227298 Avatar asked Apr 19 '26 12:04

user1227298


1 Answers

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

like image 167
Jonathan March Avatar answered Apr 21 '26 01:04

Jonathan March



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!