Ask Your Question

GeorgeSalt's profile - activity

2019-12-23 02:34:45 +0200 received badge  Popular Question (source)
2016-10-27 16:16:07 +0200 received badge  Teacher (source)
2016-10-27 16:16:07 +0200 received badge  Necromancer (source)
2013-04-27 17:33:38 +0200 answered a question pandas in sage notebook in virtual box?

It is possible to install pandas; however, it is not so simple as using easy_install.

The latest version of pandas (0.11) requires numpy 1.6.1 and sage is still using 1.5.1

There are also some optional dependencies (numepxr, PyTables, HDF5) that you probably want to have.

I don't know why sage lags behind in core packages such as numpy

2013-01-23 14:50:54 +0200 asked a question Sage Notebook: Add New Method to Evaluate All Cells with ...

In the Sage Notebook there is a drop down menu that allows one to choose the program for evaluating the cells in the workbook.

I'd like to add a new method to this menu. Basically, I want the option to evaluate all cells with Enthought Python.

I realize this will involve hacking the source code. I'm wondering if someone can point me to the relevant source files.