I've never tried this, but I believe you can run an IPython kernel on one machine and connect remotely from another. For instance, on Stackoverflow you have this one: http://stackoverflow.com/questions/18146558/connect-ipython-console-to-an-kernel-on-the-internet. And there is more on that in the IPython cookbook: Connecting to a remote kernel via ssh<https://github.com/ipython/ipython/wiki/Cookbook:-Connecting-to-a-remote-kernel-via-ssh>. There is a also issue 1635<http://code.google.com/p/spyderlib/issues/detail?id=1635>, but I don't know what the status is there since it hasn't had any response so far.
Additionally, the IPython guys have a remote IPython multi-user notebook server on their roadmap<https://github.com/ipython/ipython/wiki/Roadmap:-IPython#release-30-summer-2014>, but for that you will need to have some more patience. Please let us know if this works or not, I think it would be nice to extend the Spyder manual on how to set this up. Regards, David On 18 January 2014 03:51, Matt Erhart <[email protected]> wrote: > I have one server-like computer that has lots of ram that I ssh to. This > server-like computer has a crap video card and the spyder gui is laggy via > ssh. Is it possible to open spyder on one computer and execute via an > ipython console ssh-connected to another computer? > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
