Possibility to set Kernel path manually? #9693
-
I am developing on shared server with network attached drive and large amount of conda environment, the Is there any way we can manually give the path to the interpreter, rather than wish Discovering would be done quickly or the correct interpreter shows up eventually. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@Tma2333 Just to check, the situation that you are seeing is that there is one conda environment being cached that you can select and use before the |
Beta Was this translation helpful? Give feedback.
@Tma2333 Just to check, the situation that you are seeing is that there is one conda environment being cached that you can select and use before the
Discovering Python Interpreters
task is finished? While the process is slow (I believe the Python extension team is working on this) after an initial load the local kernel connections should all be cached and subsequent returns should be quite speedy. Could you possibly save off the content of the Jupyter tab of the output window? If you save that in a file and attach it to a comment here (easier to attach a file versus pasting the whole thing) I could take a peek and see if something is up with the caching.