I have installed python-igraph with pip (version 0.11.8).
I created a directed graph but I am not able to access the function simple_cycles
reported in the doc.
I found in the C documentation that the related functions in the C language are still experimental; however I do not understand whether the function is already available in python or not.