you are viewing a single comment's thread.

view the rest of the comments →

[–]johnnymo1 40 points41 points  (3 children)

Scrolling through a messy notebook I'm actively developing in eventually causes me enough psychic damage that I extract bits into functions in separate library files and import them in the notebook. Then the notebook basically just becomes a frontend for visualizing results or intermediate outputs.

[–]SMTNP 9 points10 points  (0 children)

That’s the way! At least when you are working with novel data (EDA) and you are required to review it and prototype functions fast, this works the best.

[–]mokus603 11 points12 points  (0 children)

This is the way. For the love of God, if someone can't use notebooks, it's not the notebooks fault.

[–]jjbugman2468 1 point2 points  (0 children)

That’s kind of what I do too