2

I have created a custom kernel for jupyter notebook using this aproach create kernel in venv

The kernel is selectable when opening a notebook

I want to to use this kernel in vs code when working on a ipynb file
under select kernel I can not find the created kernel only the default pyton and conda kernels are listed choose kernel

how can I add the created kernel to that list/ find the kernel ?

Sator
  • 636
  • 4
  • 13
  • 34
  • I have a jupyter.systemd startupscript that loads a pyenv version of python with jupyterlab, and when it starts it give access to any jupyter kernel installed with pyenv and virtualenv having the ipykernel. This can be a standlone server or localhost. – MortenB Dec 21 '21 at 13:52

1 Answers1

0

I found a new how to guide create a kernel in a venv doing this I can now select the created kernel when activating the venv

Sator
  • 636
  • 4
  • 13
  • 34