serensoner

Results 3 issues of serensoner

hey there, i'm using render table with a field that sometimes has multilines (separated by `\n`, or possibly ``. is there a way to show this as multilines using render_table?...

i have a pipeline that looks like the following: ``` class InputParams(BaseModel): name: str def foo(params: InputParams): print(params.name) def all_printed(): print('all printed, yay!') names = ['bar', 'foo', 'foobar', 'barfoo'] register_pipeline(...