interactive
interactive copied to clipboard
Running from Neovim?
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.
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.