Forum Discussion

DennesTorres's avatar
DennesTorres
Impactful Individual
2 years ago
Solved

VS Code and Synapse Kernel

Hi, I found on the documentation that I should run Fabric notebooks using the Synapse Kernel.   However, the Synapse Kernel doesn't appear for me.   I installed java 1.8 and minicond...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi DennesTorres ,
    Apologies for the delay in response.
    Please follow these trouleshooting steps:

    1. Open the VS Code command palette and select/type 'Python: Select Interpreter'

    2. Choose + Enter interpreter path...

    3. Enter Python interpreter path: path\to\envs\${SYNAPSE_CONDA_ENV_NAME}\python

    Please refer this link for further details: VS Code
    Hope this helps. Please let us know if you have any further questions.

  • DennesTorres's avatar
    DennesTorres
    2 years ago

    Hi,

     

    It was not straightforward, but I think it worked. I will need to make more tests to confirm.

     

    It was difficult to understand the path you asked, but based on the variable, I understand it was something inside the miniconda installation folder.

    But there was no python folder there.

    Once again, based on the variable, I understand it was related to a folder ENVS, this was present inside the miniconda installation folder, but there was no python folder inside ENVS. There was a folder called synapse-spark-kernel with a python.exe inside it.

    I tried this path and received many errors I could not identify. But after closing, opening again and insisting a bit, the synapse-spark-kernel was present in the VS Code.

    Thank you!

    Kind Regards,

     

    Dennes