Back to archive

Thread

2 tweets

1
@lalleal I do as well (and fondly!) One thing that matlab just got right was automatically reloading scripts (which was easy because of the simple programming model, unless you tried the „OO“ stuff). So it was easy to do interactive work and build up a library on the side.
2
@MaineC @lalleal I think it is possible in jupyterlab with the autoreload extension, but most notebooks I see are just heaps of code with copy&paste all over the place.