How to enable %cython magic function in sage terminal mode?
In the notebook mode of sage there are a full list of available magic functions, like %cython, that doesn't exist in the terminal (or iphyton interface?)
My goal is to enable %cython within the Sage command line mode, how can i do that?