Comment by notpushkin

Comment by notpushkin 10 months ago

2 replies

> Do you want to run a notebook and depending on its results, choose a particular notebook to run next?

Hell no. I want to rewrite all that as a proper script or Python module.

p4ul 10 months ago

Indeed! I feel like we as a community have taken a wrong turn with our use of notebooks. I think they have benefits in some specific use cases (e.g., teaching, demos, etc.), but otherwise, I think they mostly encourage bad practices for software development.

  • fastasucan 10 months ago

    Luckily each person can descide what is best for their use case and does not need to follow what the "community" does.