interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Running from Neovim?

Open WillEhrendreich opened this issue 10 months ago • 1 comments

just wondering what kind of support could be had in Neovim?

https://github.com/GCBallesteros/NotebookNavigator.nvim

this is one way Neovim is handling notebook scenarios, I'm not sure if it is compatible, or even remotely similar to how the vscode extensions are built, or if it's too bespoke for vscode to really be transferrable like LSP is.

WillEhrendreich avatar Apr 17 '24 16:04 WillEhrendreich

I can't speak to NotebookNavigator or Neovim specifically, but it might be helpful to note that Polyglot Notebooks is just one frontend for the .NET Interactive kernel. Another, which is terminal-based, is dotnet-repl, which provides polyglot code execution and command-line automation of various notebook and non-notebook file formats. A comparable experience could certainly be built for other editors.

jonsequitur avatar Apr 17 '24 23:04 jonsequitur