Hacker News new | ask | show | jobs
by eggie5 3723 days ago
no, you miss the point of the notebooks. You use it to tell story.
2 comments

As a seasoned software engineer, I use it as a persistent, better-organizable shell. Even when working on a remote host, I forward its port and work there rather than open a shell on the remote machine, and I'm someone whose IDE is vim.

It's just much better when you can see all your functions in one place, edit a function far back and have the changes propagate to the last command you ran.

makes total sense :)
I went back and read more about notebooks. You are right, I totally missed the point, my bad :)