|
|
|
|
|
by janalsncm
1065 days ago
|
|
Neither of those use cases are exclusive to jupyter. You can run scripts on remote machines quite easily, and matplotlib will happily pop up a window for your charts. The real reason is because it’s a much better workflow for data exploration and manipulation because you don’t always know exactly what code to write before you do it. So having the data in memory is really useful. |
|
Or you just use jupyterlab and the problem is fixed.