compleathorseplayer / Neptune.jl

Simple (Pluto-based) non-reactive notebooks for Julia
Other
67 stars 5 forks source link

Have outputs appear below inputs #13

Open mgr327 opened 3 years ago

mgr327 commented 3 years ago

Would it be possible to have outputs appear below inputs?

Mason Protter has the solution in his pluto's fork: https://github.com/MasonProtter/Pluto.jl

Moelf commented 3 years ago

as it was discussed before in the discussion around Pluto, the advantage of having output above the cell is that when cells re-evaluate, your browser "view" doesn't jump like crazy.

This is especially useful/friendly when your latest (last) cell contains a tall output.

My workaround in Jupyter has been always to keep ~10 empty cells at the end of the notebook, which is kinda silly

RoyiAvital commented 3 years ago

Better have it as a configuration parameter.