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

Get (IPython) Jupyter kernel completion suggestions and object inspection into Neovim.

Results 5 jupyter-kernel.nvim issues
Sort by recently updated
recently updated
newest added

In the current "select a kernel" telescope, the kernel only displays its file name, making it difficult for people to find the kernel they want. Since most people open kernels...

How hard would it be to make this work with a different completion engine like [vim-lsp](https://github.com/prabirshrestha/vim-lsp)?

- [ ] Connect to remote kernels - [ ] Better highlighting inspection result. - [ ] Async request instead of timeout - [ ] Variables viewer using `locals()` and...

so that keymappings and other possible configuration is only bound when a kernel is attached

enhancement
help wanted

Is this possible? It would be useful for automating executing multiple snippets of code in a row. Even better if we can somehow get a callback/autocmd for when execution starts...

enhancement
help wanted