Access Remote server and run code

Hello, I want to access my Linux based remote server and do all the model training on it. I have downloaded Pycharm on my client machine and configured the interpreter to remote interpreter i.e anaconda3/bin/python. But I am confused about what to do next? When I open a new python file and import some packages which are actually installed on remote it says that package not found and when I try to run Jupyter notebook it gives the error, package not installed. Do I have to install all the package on the client machine as well? If yes, is there any way I can clone all the packages from my conda environment in my client computer. Can anyone guide me through the complete flow and clear my doubts. Thank you in advance

 

0

请先登录再写评论。