Hacker News
new
past
comments
ask
show
jobs
points
by
embedding-shape
2 hours ago
|
comments
by
7734128
1 hours ago
|
[-]
I'm quite often working in a Jupyter notebook where the imported modules are reloaded. I can have x in memory, change method y of X and then call x.y() and get the new definition.
It feels almost criminal that it works, but it's quite nice.
reply