dccsillag / magma-nvim

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

[Feature Request] Define cells manually #39

Closed JulioHC00 closed 2 years ago

JulioHC00 commented 2 years ago

Is your feature request related to a problem? Please describe. Not precisely a problem but it would be great to have the option of defining cells manually (e.g using # %%) so that everything is in the same file and there's no need to save and load another file whenever editing code.

Describe the solution you'd like Add an option that either lets you use a predefined "marker" to define a new cell or lets you define your own marker.

Describe alternatives you've considered Using visual selection and running the code to create a cell. However, if I forget to save or load the json file it will start throwing errors and I lose all the cells. I would prefer if I can define the cells myself using # %%.

dccsillag commented 2 years ago

Duplicate of https://github.com/dccsillag/magma-nvim/issues/19.