If you do not need the graph to be drawn up, e.g. I do not need the graph to be drawn up as this will be handled by Tableau and TabPy, the below code could be suitable
import logging
logging.getLogger("prophet.plot").disabled = True
from prophet import ...
Solution taken from https://github.com/facebook/prophet/issues/2387