In the concentric layout in cytoscape.js, it is possible to set which "layer" of the circle the nodes are in through the concentric
variable of the layout:
concentric: function( node ){
return node.data("rank");
}
Is there a similar function to this in ipycytoscape?