Actually, datasets should have an automatic preview...
What OS are you running the scripts on, Abed?
I have been using them for a while, they've always had autopreviews.
I am currently running the scripts on WSL ubuntu
This is how I usually add visualization
#Report data preview
ds.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
ds.upload()
ds.finalize()
So I added the snippet above to the code,
and now the preview for the first 10 rows shows up. However, the automatic preview is still not working.
@<1523701168822292480:profile|ExuberantBat52> Do you have pandas installed on your machine?
Yes, I am using a virtualenv that has pandas and clearml installed.
What if you add images to the dataset? Can you see them being previewed? @<1523701168822292480:profile|ExuberantBat52>