I am following a step-by-step code from Kaggle (https://www.kaggle.com/code/scratchpad/notebook428ff987ac/edit) where at one point I am supposed to plot some of the images that were loaded using Matplotlib. I am using the built-in python VENV to create my own virtual environment where I installed all my dependencies. When I try running the code it gives me this message:
"ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to/var/folders/ph/9bjr2wxs207d00rhnxw6yg500000gn/T/com.apple.python3.savedState".
I already tried using the command: "defaults write org.python.python ApplePersistenceIgnoreState NO" but it didn't work.
Don't know why this problem happens neither how to solve it.