iPython, gtk, qt, tk

When Python is the interpreter, what is a good
design for the interface to the basic NEURON
concepts.

Moderator: hines

Post Reply
mattions
Posts: 65
Joined: Tue Jul 15, 2008 11:21 am
Location: EMBL-EBI Cambridge UK

iPython, gtk, qt, tk

Post 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? :)
emuller
Posts: 15
Joined: Thu Mar 02, 2006 5:26 am
Location: Lausanne

Re: iPython, gtk, qt, tk

Post 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
mattions
Posts: 65
Joined: Tue Jul 15, 2008 11:21 am
Location: EMBL-EBI Cambridge UK

Re: iPython, gtk, qt, tk

Post by mattions »

It's working also with neuron 6.2.3 and IPython 0.9.1

thanks emuller.. Pretty slick :)
Post Reply