Page 1 of 1

iPython, gtk, qt, tk

Posted: Wed Oct 01, 2008 10:57 am
by mattions
Is there anyway to run ipython and to open a thread for interview?

Is it possible for the gtk the qt the tk so it doesn't look that bad.

Anyone has found a way and want to share? :)

Re: iPython, gtk, qt, tk

Posted: Sat Jan 03, 2009 8:27 am
by emuller
Running the Interviews GUI in ipython is possible with the 7.0 alpha development code, by doing the following:

Code: Select all

$ ipython
...
In [1]: from neuron import h
NEURON -- VERSION 7.0 (228: fbb244f333a9 )
2008 -11 -25
Duke , Yale , and the BlueBrain Project --
Copyright 1984 -2007
See http :// www . neuron . yale . edu / credits . html

In [2]: from neuron import gui

Re: iPython, gtk, qt, tk

Posted: Mon Jan 05, 2009 9:35 am
by mattions
It's working also with neuron 6.2.3 and IPython 0.9.1

thanks emuller.. Pretty slick :)