I have another wish for the new notebook, maybe if it only bothers me
I'll try to fix it: I miss the old "saved objects" and "attached
files" menus. Are these gone or am I missing something?
On Sep 14, 1:28 pm, Marshall Hampton <[EMAIL PROTECTED]> wrote:
> I am interested in learning how to do t
Dear SAGE team,
i know how to write "blah.pyx" and turn it into a shared object
"blah.so" using pyrex, such that i can use the blah-module in python
by "import blah".
Now i would like to use SAGE functionality in my blah-module.
I know that i can write a "blah.spyx" file and use it in SAGE by
"