My anaconda command prompt now says:
(base) C:\\users\\user_name>
I would like to know why (base) appears in front of the prompt. This s
If you face the issue in Ubuntu you can try the below two steps to remove it from your command prompt.
conda config
conda config --set changeps1 False