|
|
|
|
|
by ced
3623 days ago
|
|
I haven't tried either, but atom-notebook (https://github.com/jupyter/atom-notebook) looks more promising to me. I hope they can integrate it well. With hydrogen, are there cells? What happens if I want to rerun everything? Will I get no output except the output of the last line? |
|
> Will I get no output except the output of the last line?
If the return value is one line, it prints neatly after the executed block. If it's more than one it inserts a little pane with the results, with options to copy the data or open it in a new buffer.