I am using a matplotlib.widgets Slider that becomes unresponsive/won’t move if I import pandas in my code e.g. import pandas as pd . Code won’t complain about module and simply commenting it out allows my slider to work again.
I tried commenting out the import statement for pandas and it fixes the slider issue
1