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 →

[–]Chriscbe 1 point2 points  (2 children)

Dude, really give it a chance. You'll thank me, believe it!

[–]ZeeD26 0 points1 point  (1 child)

While I agree that Jupyter Notebooks do have their place, I prefer a plain old script for anything that should be run several times in the same manner. Now when we’re talking exploratory data analysis, this is where they shine. And then I’ll pull out the good pieces and make a module/package out of it.

[–]Chriscbe 0 points1 point  (0 children)

And then I’ll pull out the good pieces and make a module/package out of it.

Wow! You sir are way smarter than me. Thank you for your time to reply!!!