In [11]:
import matplotlib.pyplot as plt
import numpy as np
%matplotlib inline

In [12]:
A=np.arange(25).reshape([5,5])
im = plt.imshow(A)



In [13]:


In [10]:
im


Out[10]:
<matplotlib.image.AxesImage at 0x7f82403a2b00>

In [15]:
run MemMatrix.py --file 'Ugb_uH72d0I_8_17_memMatrix_step-1034064.npy'



In [19]:
keys=lambda x: (x, x, x)
a=keys(1)

In [22]:
{i:i for i in []}


Out[22]:
{}

In [ ]: