>> And what about a big cluster --- wouldn't it be handy to just tell
>> ipython: take this library and make it available on the engines,
>> without me requiring to install it manually and then restarting the
>> ipcluster?
>
> You can tell Python to import/reload a module using an explicit path,
> for example:
>
> module = __import__(name)
>
> So ideally you only pass the path to the engines.

You are right, that should actually work. Or we can set sys.path.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to