why do so many ai programmers use jyupter notebooks

hey. from my experience, jupyter is just so good for the iterative stuff in ml. you can run a cell, see the output, change something small, run it again without restarting everything. makes sense for experimentation and exploring data. plus, sharing notebooks is super easy for collaboration. vs code is awesome for general coding projects but jupyter just feels more built for the data science workflow, imo.
 
hey. from my experience, jupyter is just so good for the iterative stuff in ml. you can run a cell, see the output, change something small, run it again without restarting everything. makes sense for experimentation and exploring data. plus, sharing notebooks is super easy for collaboration. vs code is awesome for general coding projects but jupyter just feels more built for the data science workflow, imo.

oh nice that makes a lot of sense thanks
 
Back
Top