jupyter-kernel.nvim
jupyter-kernel.nvim copied to clipboard
Error when running <leader>k with jupyter-kernel.nvim: "Vim:E117: Unknown function: JupyterKernels"
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:
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:
- Open Neovim.
- Press
k to execute JupyterInspect. - 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.