FOSS or otherwise

  • GingeyBook@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    14 days ago

    We used Jupyter Notebook in school, we’d have assignments where each again was broken out by block and then we’d have to solve it. I don’t see much of a use outside of an education setting

    What is your use from it?

    • ArtVandelay@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 days ago

      I’m a data scientist, so I use it daily for machine learning tasks. Value imputation, model training, ad hoc analytics, and s lot more

    • bob_lemon@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      The jupyter console is just a better version of the interactive shell. Great for just trying out some lines of code.

      I also use notebooks at work to try out some APIs, to skip the tedium of the initial setup or some other routines.