cobrapy icon indicating copy to clipboard operation
cobrapy copied to clipboard

ModuleNotFoundError: No module named 'plot_helper'

Open ryusukemomota opened this issue 5 years ago • 3 comments

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.

ryusukemomota avatar Nov 03 '20 00:11 ryusukemomota

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.

cdiener avatar Nov 03 '20 00:11 cdiener

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?

synchon avatar Mar 20 '21 10:03 synchon

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.

synchon avatar Mar 24 '21 08:03 synchon

This has been removed from the docs.

cdiener avatar Nov 04 '22 19:11 cdiener