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? :)
iPython, gtk, qt, tk
Moderator: hines
Re: iPython, gtk, qt, tk
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
It's working also with neuron 6.2.3 and IPython 0.9.1
thanks emuller.. Pretty slick :)
thanks emuller.. Pretty slick :)