|
|
|
|
|
by 1996
2898 days ago
|
|
Notebooks allows you to have snippets of code next to the historic results of their execution It is not just litterate programming, but more like an IDE that does not require your code to keep working (CI/CD... ) : you can refactor at your own pace, iterate, introspect past results, etc. You prototype like crazy, iterate much faster, and can tweak much more. However, notebooks are not popular with many programmers. They stick to IDEs. Their loss. |
|