Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running from Neovim? #3524

Open
WillEhrendreich opened this issue Apr 17, 2024 · 1 comment
Open

Running from Neovim? #3524

WillEhrendreich opened this issue Apr 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@WillEhrendreich
Copy link

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 WillEhrendreich added the enhancement New feature or request label Apr 17, 2024
@jonsequitur
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants