ML studio is, by default picking up Python 3.6 kernel, even when I'm specifying use Python 3.8 AzureML kernel. In UI, it's changed but not actually.

ML studio is, by default picking up Python 3.6 kernel, even when I'm specifying use Python 3.8 AzureML kernel. In UI, it's changed but not actually.

Hi, thanks for reaching out. It looks like the command you ran isn't supported. A better command to test kernel changes is shown below:
from platform import python_version
print(python_version())
Hope this helps!
Yup this shows the correct answer, however when I'm looking for packages it still comes up in different enviornment.
let's say even when i install a package, it will tell dependency meets while it shows the location of python3.6 sites rather than 3.8
.
So for a moment when I got kernel selected as 3.8 and i run pip show pandas, i get this

10 people are following this question.