Closed eriknw closed 3 years ago
Notably, pandas.Series._repr_latex_ return None instead of raising NotImplementedError. So, let's be more strict and require a rich repr to return a string for us to use it.
pandas.Series._repr_latex_
None
NotImplementedError
Also, allow remotely(client=client).
remotely(client=client)
Notably,
pandas.Series._repr_latex_
returnNone
instead of raisingNotImplementedError
. So, let's be more strict and require a rich repr to return a string for us to use it.Also, allow
remotely(client=client)
.