+ 2
Is there a way to do data visualization in Python on SoloLearn?
I tried importing matplotplib in the SoloLearn code playground. But it raises a ModuleNotFoundError. I guess there’s no way for me to use pip to get this module (or others such as Seaborne). So is there any alternative to do graphical representation of data such as lineplots, scatter plots, histograms etc.
1 ответ
+ 3
No. Actually you can't render anything in sololearn from python code🙁
I hope they update app and give us this feature