fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.96k stars 286 forks source link

Automatically reload from file #360

Closed antoine-levitt closed 4 years ago

antoine-levitt commented 4 years ago

Hi and thanks for Pluto! I've been periodically trying to get into notebooks for a while now, but just can't get used to it. The main barrier is that I absolutely loathe writing code in a browser - I don't have my nice shortcuts and unicode input from emacs. Jupyter is a no-go because its format sucks, but Pluto has the great idea of saving files as plain text, and has a nice recognizable format for its internal stuff that I can probably tell emacs to ignore.

One thing I would love is to be able to run a notebook in Pluto, go back to emacs to edit a complicated function, and go back to Pluto and have it reload the file (preferably automatically, but already a manual solution would be nice). Is this possible at all?

fonsp commented 4 years ago

240 - it's not a current goal of this project to support that kind of workflow

antoine-levitt commented 4 years ago

OK - a pity but I understand you have different priorities. Back to the REPL for me then.