jupyter-kernel.nvim icon indicating copy to clipboard operation
jupyter-kernel.nvim copied to clipboard

Error when running <leader>k with jupyter-kernel.nvim: "Vim:E117: Unknown function: JupyterKernels"

Open LuisHernandez2508 opened this issue 1 year ago • 2 comments
trafficstars

  • Description: Hello, I encountered an error when trying to use the jupyter-kernel.nvim plugin. According to the instructions, pressing <leader>k should execute JupyterInspect, but instead, I receive the following error: 2024-11-03-155224_2160x1440_scrot Error executing Lua callback: Vim:E117: Unknown function: JupyterKernels stack traceback: [C]: in function 'JupyterKernels' ...vim/lazy/jupyter-kernel.nvim/lua/jupyter_kernel/init.lua:14: in function 'attach' ...vim/lazy/jupyter-kernel.nvim/lua/jupyter_kernel/init.lua:27: in function <...vim/lazy/jupyter-kernel.nvim/lua/jupyter_kernel/init.lua:24>

  • Steps to reproduce:

  1. Open Neovim.
  2. Press k to execute JupyterInspect.
  3. The error message appears instead of the expected functionality.
  • Environment: Operating System: Manjaro 6.9.12-3 NeoVim version: 0.10.1 Python version: 3.12.5

I would appreciate any guidance on resolving this issue.

LuisHernandez2508 avatar Nov 03 '24 22:11 LuisHernandez2508