|
|
|
|
|
by slt2021
732 days ago
|
|
I use remote notebook and just connect to it. The key to out of order problem is simple: once a piece of code works - save it in .py module and import it. Very little discipline is required to achieve significant productivity gain. That way notebook is always clean and tidy and always resembles a “pseudo code”, with implementation detail hidden in modules (that were tested and are working). |
|
If you are using notebooks for notebook coding tasks then fine but what does that have to do with tmux?