Different kernels are used in my jupyter notebook as shown in below image:
As I need to install precompiled python library NumPy, I checked the Python version installed in my PC and I found below information:
It can be observed that 2 different versions of Python are available.
Questions that I have are:
- What is the difference between "Python 3.8.3 installed in
(base) C:\>" and "Python 3.6.13 installed in(my36env) C:\>"? - Can I have same version of Python in both
(base) C:\>and(my36env) C:\>? If yes, please let me know how it can be done. - Which version of NumPy should I install? and what procedure should I follow for installing it?
Request your help.