Viewing pandas dataframes in neovim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. nvim-dap

    Debug Adapter Protocol client implementation for Neovim

    If you really want to use Neovim for this, i believe https://github.com/mfussenegger/nvim-dap and https://github.com/rcarriga/nvim-dap-ui are basically your only options.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. nvim-dap-ui

    A UI for nvim-dap

    If you really want to use Neovim for this, i believe https://github.com/mfussenegger/nvim-dap and https://github.com/rcarriga/nvim-dap-ui are basically your only options.

  4. magma-nvim

    Interact with Jupyter from NeoVim.

    You use magma-nvim for interactive jupyter experience (or my fork which also includes three last PRs)

  5. magma-nvim-goose

    Discontinued Interact with Jupyter from NeoVim. - fork

    You use magma-nvim for interactive jupyter experience (or my fork which also includes three last PRs)

  6. toggleterm.nvim

    A neovim lua plugin to help easily manage multiple terminal windows

    This is something that still needs a good plugin. I have settled with a (floating) toggleterm that runs an ipython instance. That way I can at least gather a bit of information with very little effort. For more details I usually run another terminal instance with [visidata](https://www.visidata.org/) open. [Conjure](https://github.com/Olical/conjure) does work as well, but I haven't been digging too deep into setting it up correctly.

  7. conjure

    Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

    This is something that still needs a good plugin. I have settled with a (floating) toggleterm that runs an ipython instance. That way I can at least gather a bit of information with very little effort. For more details I usually run another terminal instance with [visidata](https://www.visidata.org/) open. [Conjure](https://github.com/Olical/conjure) does work as well, but I haven't been digging too deep into setting it up correctly.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • `yarepl.nvim`, yet Another REPL for Neovim, flexible, supporting multiple paradigms to interact with REPLs, native dot repeat (without `vim-repeat`), telescope integration, and more!

    4 projects | /r/neovim | 3 Jun 2023
  • Favorite REPL/Notebook/Task Running plugins and workflow?

    8 projects | /r/neovim | 25 Feb 2023
  • Can I reload Neovim config without restarting it?

    5 projects | /r/neovim | 28 Oct 2022
  • Which language has the best development experience in Neovim?

    2 projects | /r/neovim | 15 Mar 2022
  • Yuescript is a dynamic language that compiles to Lua

    3 projects | news.ycombinator.com | 14 Jan 2022

Did you know that Lua is
the 18th most popular programming language
based on number of references?