I could not find any support or documentation about uninstalling the Quantra_PY environment. Help me out please to remove it.
Hi Anil,
You can remove the environment by running the following code in your terminal window or an Anaconda Prompt:
conda remove --name quantra_py --all
You can refer to this documentation to know more about the same.
Hope this helps!
Thanks,
Akshay