Anaconda provides a handy GUI, a slew of work environments, and tools to simplify the process of using Python for data science. No question about it, Python is a crucial part of modern data science.
I installed WSL 2 with Ubuntu 18.04 distro in my Win10 laptop (OS build 19041.207, 2004 preview release). From the bash terminal (Windows Terminal), I installed miniconda in Linux. Further I installed ...
In an R Markdown notebook I have tried to import an environment with numpy. When opening this environment from jupyter notebook, I can import numpy without any errors ...