I have a NVIDIA Geforce RTX 3050 laptop with Windows 11 OS.I had installed on Windows 11 Anaconda3, Jupyter Notebook using conda and it was working fine. I had installed CUDA 11.1 and associated CudNN files.
Since I wanted to install Tensorflow and it was written that WSL2 is essential for latest CUDA Versions, I installed WSL2 following the steps in https://learn.microsoft.com/en-us/windows/wsl/install (installed Ubuntu 22.0)and NVIDIA GPU support following the steps in https://docs.nvidia.com/cuda/wsl-user-guide/index.htmlCUDA version was changed to 12.1 as WSL2 supports 11.8 or higherThen I installed Miniconda in Ubuntu following the steps in https://www.tensorflow.org/install/pip
Now I find that commands like conda list, jupyter-notebook etc are not working in Windows Command prompt.
I find that there is Windows and Windows.old now in my file system (C:/ drive).
Kindly help me understand the issue(It might be a simple, but I am from electronics background) and how to run jupyter notebook in Windows while also using Ubuntu.