|
|
|
|
|
by yoodenvranx
3225 days ago
|
|
Matlab has a nice sort-of-repl feature which I miss in every other language: you can separate the code in a file into several blocks and then execute the current block (the one with which contained the cursor) with ctrl+enter. With this feature you still have the full text editing capabilities but you also have a flexibility you get from a repl. |
|
[1]: http://jupyter-notebook.readthedocs.io/en/latest/examples/No...