lungben·5 年前·議論Yes. A Jupyter notebook is only reproducible in my opinion if you can hit "Restart Kernell and execute all cells" and get the same result.Otherwise, it should never been shared with other people or even contain relevant analysis you may need for yourself later.But this is not enough - also the library dependencies need to be fixed. Pluto will make this very easy in the near-future: https://github.com/fonsp/Pluto.jl/pull/844
lungben·5 年前·議論We are working on it and the functionality is already usable - try it out! https://github.com/fonsp/Pluto.jl/pull/985(Note that the UI for activating / deactivating the barrier will likely be changed before merging this PR)
Otherwise, it should never been shared with other people or even contain relevant analysis you may need for yourself later.
But this is not enough - also the library dependencies need to be fixed. Pluto will make this very easy in the near-future: https://github.com/fonsp/Pluto.jl/pull/844