damonwang / xraylarch

X-ray Analysis Applications with Larch and Python
http://cars.uchicago.edu/ifeffit/Larch
1 stars 2 forks source link

no tab completion in wxlarch #11

Open damonwang opened 14 years ago

damonwang commented 14 years ago

instead of a separate output window and input line, have a unified shell that prints a new prompt at the bottom when ready? We could put the larch->python transformations into the PyShell code with very little work.

I'd actually prefer to embed ipython, because I think it has better "magic" commands, coloring, error handling, and scipy/numpy integration, but I don't know how to put larch into ipython and I'd probably have to write a fair amount of glue to put ipython into a wx object.