I am a user of a server with no root access.
I have installed PyTorch version 1.9.0 in conda environment. But when I access it via Jupyter notebook, it still shows conda base version (PyTorch 1.3.0).
Although I am running the notebook from the environment. See screenshots for clarification.
My requirement is to run PyTorch 1.9.0 version to run in the notebook rather than the current 1.3.0
Update: I am using Jupyter via SSH (it is installed on the server, I am accessing via SSH client)

