|
|
|
|
|
by flexagoon
8 days ago
|
|
For me, the worst part about Jupyter is not that the cells don't automatically recalculate (I can handle pressing recalc below), but that the output is affected by the order you run the cells in. With Jupyter, there are many situations where to re-run the cell you also have to first re-run all the cells above that one, and it doesn't tell you which ones. Automatic recalculation can be disabled even in reactive notebooks. |
|
Once you take away this way of working, I might as well not work in a notebook at all (which admittedly is my default way of working anyway).