I’m running L4T-ML image, and am confused by what I see when attempting to run Jupyter NBs.
My kernel selection for the NB (its the only available selection) is Python 3, however, running !python --version shows that the 2.7.17 kernel is actually running.
To summarize, why doesn’t !python --version report v3.x when the jupyter notebook kernel selection is ‘python 3’?
