dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
977 stars 49 forks source link

[Feature Request] Create a Special Buffer for Displaying Plots/Images/Non-Text output #79

Open usmcamp0811 opened 1 year ago

usmcamp0811 commented 1 year ago

Is your feature request related to a problem? Please describe. Taking inspiration from VSCode, it would be nice if there was a separate buffer for displaying plots.

Describe the solution you'd like This would be a virtual buffer or something like this that would allow you to maybe split things vertically then have your code file on say the left side, and then the on the right side be maybe a split horizontal that has a Plots buffer and a REPL buffer.

Describe alternatives you've considered I already keep Jupyter Console open in my tiling window manager but it would be nice to have all this integrated into Neovim