Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find python kernels corresponding to Virtual environment on remote

I am visual studio code Version: 1.63.2 (Universal). I am connected to a linux server where my code is located (jupyter notebook). When i open the notebook and select the python kernel, i can only find the default python kernels (from the server). I cannot find the kernels that i created which is necessary to run the notebooks.

Note: The required kernel is linked to a virtual environment on the kernel.

Please help me in linking the remote kernel to my notebook on vscode so that i can work locally on the notebooks located in remote server.

like image 201
Seena Avatar asked Oct 20 '25 02:10

Seena


1 Answers

I needed to install the python extension on the remote server.

like image 84
UFO Avatar answered Oct 21 '25 15:10

UFO