Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (18.4k points)
I am new to python and I use the ubuntu platform. I have come across the anaconda IDE. Should I use anaconda to learn python or should I stick on to my ubuntu using my pip commands? can anyone suggest me?

I know the question is very simple, but I have not found my answer when I  browsed. I only found concepts related to python.

1 Answer

0 votes
by (36.8k points)

You need not install WSL. You can use your Ubuntu terminal to install the packages that are used in the Jupyter notebook. you can use the pip command to install or you can use the conda command to install the packages for jupyter notebook. Using this we can manage our packages version which is the best part of it.

Improve your knowledge in data science from scratch by click on the link Data Science

Browse Categories

...