cobrapy
cobrapy copied to clipboard
ModuleNotFoundError: No module named 'plot_helper'
I'm trying to test the section 8 "Loopless FBA", but I couldn't import plot_helper module. Any changes have been made for this module? Thanks in advance.
Yeah, that won't be available in a normal install. It is just used to draw the example loop in the notebook. For now you can just skip this import and everything should work.
I am guessing this: https://pypi.org/project/plot-helper/ was used and I could add a comment in the cell to indicate that. Is that okay?
Okay I think I was wrong and I believe the module comes from https://github.com/opencobra/cobrapy/blob/devel/documentation_builder/plot_helper.py.
This has been removed from the docs.