In [8]:
%load_ext pyrthon
In [9]:
type([])
Out[9]:
In [11]:
type({})
Out[11]:
In [13]:
type({'a'})
Out[13]:
In [16]:
%unload_ext pyrthon
In [17]:
type([])
Out[17]:
In [18]:
type({})
Out[18]:
In [19]:
type({'a'})
Out[19]: