Reputation: 3027
The context is as follows:
When I use VS Code (on the laptop) to ssh into the server (the PC) and open a jupyter notebook, I can find the laptop's Python environment, but not the PC's python environment.
Any ideas?
Upvotes: 2
Views: 2139
Reputation: 9437
You can refer to the docs to creat connection.
When you have finished connecting, you can use the shortcut "ctrl+shift+P" and type "Python: select interpreter" to choose the python environment.
Upvotes: 2