The python notebook dependence is one of my least favorite parts of the move to industry. Writing code that gets saved as json instead of plain text, absolutely disgusting.
agree. I've been very underwhelmed by python notebooks. perhaps positron can replace them at some point.
I mean, VS Code replaces them now 🤷♂️. There's nothing you can really do in a notebook that you can't do in a script.
Feb 6, 2026 16:49How can we run chunks without selecting specific code in a script? (I run .qmd chunk by chunk for interactive analysis in R or Python)