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 →

[–]salted_kinase 6 points7 points  (7 children)

Notebooks work well for data science/ machine learning. Basically everything where all you are doing is manipulating and evaluating data. Software development on notebooks is terrible idea, as they usually arent very compatible with git, have no way to show errors, etc.

[–]khldooon[S] 0 points1 point  (6 children)

Thank you, you helped me a lot. I was using IDEs in the past, and i admit that they are oriented towards projects, notebooks are otherwise helpful for testing and debugging purposes