suff@piefed.social to New Communities@lemmy.worldEnglish · 2 months agoPython Notebookspiefed.socialexternal-linkmessage-square3linkfedilinkarrow-up117arrow-down10file-text
arrow-up117arrow-down1external-linkPython Notebookspiefed.socialsuff@piefed.social to New Communities@lemmy.worldEnglish · 2 months agomessage-square3linkfedilinkfile-text
minus-squareAkagigahara@lemmy.worldlinkfedilinkEnglisharrow-up5·2 months agoYou can imagine a notebook, ipynb file, as a collection of Python scripts in one file, that you can run on their own or combined. It’s cell-based, so every script is its own cell and has its own console output.
You can imagine a notebook, ipynb file, as a collection of Python scripts in one file, that you can run on their own or combined. It’s cell-based, so every script is its own cell and has its own console output.