Closed desaxce closed 5 months ago
## Description When working in Jupyter, I tend to end my cells with just a variable that I want printed, relying on \__repr_\_ to show the right value. We want to show a pretty-print of most commonly used objects: Thread, Step, LiteralClient, Dataset, DatasetItem, DatasetExperiment, Message, Prompt, etc. ## DoD * Show me a pretty-print of all class instances * Make that in a central place, so we can just inherit the behaviour
Added toString() to Python classes.
To test: call
print(step)