Some of the examples have the following import:
from scipy.optimize import bisect
The scipy.optimize
module does not appear to be available
Some of the examples have the following import:
from scipy.optimize import bisect
The scipy.optimize
module does not appear to be available
It could be available under another name, or perhaps with a version number tacked on if there has been an update.