Hi,
Could anyone please provide some details on how to resolve the below issues?
1. I have Anaconda 3 installed. I have also JupyterHub and Jupyter notebook installed.
When I run jupyter kernelspec list command, I see the python3 kernel picked up from the below location,
python3 /anaconda3/lib/python3.5/site-packages/ipykernel/resources
But, when another user runs the same command, the python3 kernels gets picked up from the below location.
/home/<userid>/.local/share/jupyter/kernels/python3
Which location is correct?
Could you let me know whether there is a command available to change the kernel location to point to the correct location?
Thanks Much!