Nathan Whitehead
Nathan Whitehead
This is a great idea. I've used sage in the past and loved it, I'm looking into how sage and ipython can work together. Based on 5 minutes of research,...
After thinking more on this I think sagemath would just be a kernel, that is simpler. The sagemath kernel would be implemented by the official sage package.
Agreed, this is a good idea. Needs a bit of thought for how to make it work properly, it might involve creating a "search results" widget somewhere.
Looks like wxWidgets WebView has methods for doing "Find" on the page, that makes things easier.
This one is high priority. Many people want to use their existing Anaconda setup with all their packages, I like the idea of having a default Python included but then...
That is a good idea, not too hard to do.
From the error message it looks like it thinks it installed it, but there was a problem with one of the dylibs. Probably it used compile tools that are incompatible...
I tried to include psycopg2 but got some error messages about pgconfig.
Hi Max, Thanks for the report, that's great to know. Right now I'm only doing compatibility testing on 10.9 and 10.10. I looked up liblzma and saw some notes about...
OK, I updated the wxwidgets compile flags and used the new compiled library for release v0.6. Using otool -L I no longer see lzma. Fingers crossed that it now works...