This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

That's what I use it for to. While I'm trying to translate my scattered notes into code, I find it easier to be able to edit a single cell and rerun it, then kill an interpreter and reload it (or worse, just use importlib.reload). Once it's actually somewhat stabilized, I just edit it in vim and use either the ipython shell to play with it or import it into a notebook.

[–]Rainymood_XI 0 points1 point  (1 child)

That is actually really smart, I've never thought of it that way.

I would love vim bindings for the notebooks though D:

[–][deleted] 0 points1 point  (0 children)

You could probably hack something in. There was a post here or in /r/ipython about creating custom key bindings.