Can someone explain how I can see all python dataframes in my Jupyter Notebook kernal occupying my memory?
For context in Spyder IDE, I can see all variables ive assigned within it.
Outcome: Id like to see a list of ones still sitting in my memory and by how much ram they are occuying. % of total would be nice as well.