So erhalten Sie eine Liste aller Variablen im Speicherpython

# Use the magic function %who to show all local user defined variables
%who
# Use %whos to show details
%whos
Trained Tuna