Jose Guzman
Jose Guzman
Notes to myself: * 1 Check python3 in system (without conda) ```bash conda deactivate which python3 # /usr/bin/python3 python3 --version # Python 3.6.9 sudo apt-get install python3-wxgtk4.0 ``` * 2...
Check Issue #23 , we have been discussing about it since version of IPython 0.11. If I ever have the chance to have a sabbatical semester, I would work exclusively...
Just updating this, as it got posted in a response to our user survey: 1. remains possible, though it's obviously not ideal for a Wx application. 1a. You could embed...
Option 4: Port Stimfit to Qt :-) Only half-kidding here, I'm a bit pessimistic about wxPython's future: - wxPython still has no official Python 3 support, and "Project Phoenix" is...
I agree that Wx doesn't seem to be going anywhere fast - although that could be a good thing for a GUI framework. But I get the impression that there's...
This [link](http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Embedding/Index.ipynb) will provide us some information soon ( I hope).