Failed when importing PlotlyFig

When running
from figrecipes import PlotlyFig

I got

ModuleNotFoundError: No module named ‘figrecipes’

How can I fix this?Makes me frastrated

Hey there,

You can install figrecipes from here:

Then do:
git clone https://github.com/hackingmaterials/figrecipes
cd figrecipes
pip install . -r requirements.txt

Great! Thank you for your help.