Earlier quoted context omitted.
It completely fixes a huge number of the gripes in the JupyterCon talk I don't like notebooks by Joel Grus. The primary complaint there is that notebooks have a disconnect between the state of the program and the display of the cells. By using a completely reactive mode the state is no longer hidden. It's more akin to a spreadsheet than a notebook. A number of other complaints are completely circumvented by using a f…
Now we just need to port all this over to python... or switch to Julia? Which one would take the least amount of effort?
Re: Pluto.jl – a reactive, lightweight, simple notebook
#61You'll also save a lot of effort in future endeavors, IMO.
Remember, once you've switched to Julia, Python is still only a `using PyCall` and `pyimport` away!