Hello!
I'm currently using the Python API (which is not documented anywhere, apparently) to load a .json model and a .json map, process them using the Builder class, and then save an HTML with the resulting map. When I open said map on my browser, I can't hover over reactions to change values (such as the flux, for example) and objectives. What do I have to enable on my Python code to allow this behavior? Apparently the attribute 'options' doesn't even exist for the Python version of the Builder :(
@zakandrewking or any other contributors know how to proceed?