MYK
MYK

Reputation: 3027

Remote SSH with VS Code not finding hosts' python environment

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

Answers (1)

MingJie-MSFT
MingJie-MSFT

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

Related Questions