Connecting Jupyter Notebook to kernel running on a server

Hi my work set up is as follows:

Windows machine is how I access all the GUIs for my code, but I am using putty to ssh into a server where all my code lives. I have my server mounted to my windows computer via a network drive. I edit a combination of jupyter notebooks and just regular code. For the code part, I have cursor set up and working for that use case. However, I am still trying to figure out the notebooks. My server is quite a bit more powerful than my computer and has a special python environment installed on it, so I need to use the server to run notebook cells. How do I do this from Cursor? Normally I run a jupyter notebook and then access it from chrome.