You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! It's a bug caused by the fact that x.__repr__() doesn't work when x is a type, you need to do type(x).__repr__(x) instead. Fixed on main branch.
pytype
seems to throw the following for me in a Pluto notebook:while printing to plain text looks to work fine I think:
albeit the display is slightly different than just running it directly in the REPL:
Loving all the new updates by the way!
The text was updated successfully, but these errors were encountered: