I Don't Like Notebooks: https://docs.google.com/presentation/d/1n2RlMdmv1p25Xy5thJUhkKGvjtV-dkAIsUXP-AL4ffI/preview?slide=id.g362da58057_0_1
A good discussion of the limitations of Jupyter. It's a challenging design space: you want a helpful code sandbox without reinventing the IDE.
miniblog.
Related Posts
Why reinventing the technology stack is incredibly hard, but a fruitful exercise:
https://news.ycombinator.com/item?id=24480117
Reinventing, rethinking and playing with UI that is just fine already:
https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950
A nice example of creativity in software design, and the value of building things that already exist!
Exploring a code viewing tool that allows you to rename functions and update the underlying code. Worried I'm reinventing Smalltalk.