cython_import#

scikitplot.cython.cython_import(pyx_path, *, module_name=None, **kwargs)[source]#

Compile/import a Cython module from a .pyx file and return the loaded module.

Parameters:
Return type:

ModuleType