Is it possible to use libraries (like pandas, numpy etc) of python on Sololearn editor? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Is it possible to use libraries (like pandas, numpy etc) of python on Sololearn editor?

6th Feb 2022, 5:36 AM
Muhammad Sahil
Muhammad Sahil - avatar
2 Respostas
+ 3
Yes pandas and numphy are pre-installed in Solo-Learn but some libraries you cannot.
6th Feb 2022, 5:43 AM
AĶ¢J
AĶ¢J - avatar
+ 3
Muhammad Sahil adding to what ravilnicki recommended, there is a way to suppress the warnings so that they do not clutter the output. Use the "quiet" switches -qqq in the pip command line and disable checking for the latest version of pip. os.system('pip install -qqq --disable-pip-version-check <package_name>')
6th Feb 2022, 3:54 PM
Brian
Brian - avatar