How can I revert my Jupyter Notebook to an Old Version of Python so that the itemfreq function of scipy.stats will work?
I am trying to implement the codes found in Enes Bilgin’s Mastering Reinforcement Learning with Python textbook published in December 2020. Unfortunately, in the world of modern programming, this text is practically ancient, so many of the libraries have been done away with. In particular,