eriknw / afar

Run code on a Dask cluster via a context manager or IPython magic
Other
30 stars 0 forks source link

repr methods must return str. Also, pass client to remotely. #8

Closed eriknw closed 3 years ago

eriknw commented 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.

Also, allow remotely(client=client).