Hi,
My organization have JupyterHub 0.8.1 installed on servers. I’m facing a strange problem with wrong python version on JupyterHub notebook.
At server there are 2 python installed (v2.7.5 and v3.6.4). Whenver I type “python” on bash screen it gives me 3.6.4 version and when typed “python2” it gives out v2.7.5 which is an expected behavior.
However at JupyterHub UI level, When I am selecting Files -> New -> Terminal and typed in “python”, it gives out 2.7.5. Don’t know from where it is picking up, i have checked kernel.json file which tells version 3 as configuration so not really sure from where its picking up old version. (see snapshot below)
Can someone help me understanding this ? Thanks
Images:
At JupyterHub UI - python command shows 2.7.5