To use Cython in sage, according to the document, you can either write Cython code in a sage notebook, load a .spyx file from command line, or create a .pyx file and add it to the sage library.
My question is, can we write a standalone cython script and run it with sage? Just like a normal sage standalone script.