Live data from Hacker News

Jupytext: Jupyter notebooks as Python scripts

github.com

41–42 of 42 posts

Re: Jupytext: Jupyter notebooks as Python scripts

#41
post #26

Earlier quoted context omitted.

Well, yeah. Org mode can do anything, right? If only it wasn't so tightly coupled to emacs. Not a hater btw, I just can't get used to the editor. The concept of an extendable editor sounds really good, but it just seems so complicated and uncomfortable to use...

If you are used to vim maybe spacemacs can help you?

Or a non-spacemacs emacs + evil setup. I jumped ship from Vim but Spacemacs didn't feel quite right so I started from scratch.

Re: Jupytext: Jupyter notebooks as Python scripts

#42

This is neat. If you are looking for something a bit simpler: put your code in a python package, install it, and then use %autoreload You can now develop in your favorite editor, and changes are automatically reloaded. More detail here: https://blog.godatadriven.com/write-less-terrible-notebook-c...

Well, thank you! No more annoying kernel restarts, that really bugged me a long a time.
Post reply on HN