Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

c++ cython in the notebook

I recently wanted to cimport sage.rings.number_field.number_field_element_quadratic from the a cython cell in notebook, but was met with gcc compilation errors. This is because that file is a c++ module.

So I am wondering, is there is a way to use the c++ functionality of cython from within a notebook cell?