Daniel Csillag
Daniel Csillag
> Currently, when I load a magma save, I have to manually reevaluate all cells in order to get my python environment back to where it was. I think it...
I previously thought that this would be impossible to do in a cross-language manner, since I thought it was not really part of the Jupyter protocol. However, I've just remembered...
I think I need a little bit of clarification: what are you calling an 'output'? A whole output window, or a specific output chunk (i.e., a line in the output...
The thing is that it's currently impossible to add content between lines of a buffer without changing its text. Simply changing the buffers' text is problematic; to name a few...
How exactly are you envisioning this? I feel like there are two ways: - You use some text object (which could be provided by some plugin such as https://github.com/nvim-treesitter/nvim-treesitter-textobjects) to...
@tbung Yeah, that seems like a great idea actually. Go ahead.
> First of all i must say your plugin is absolutely amazing !! Thanks for the efforts Thank you! > Is is possible to connect externally to the kernel of...
Thank you very much! I understand Python is not quite your thing, take your time -- if you need/want help, hit me up.
BTW, this isn't a Python-specific issue -- it's more like a Neovim-specific issue, as evidenced by the fact that doing a system call of the compiled C code has the...
No worries, take your time! Again, thank you very much!