Editing the .jl file outside of Pluto #1314
-
Hi, I like the notion that the source file for Pluto is just a plain .jl file that I can open in my regular editor (Emacs). Is it possible to edit the file in the editor and then reload in Pluto, or are the ids for each chunk going to be invalid? Likewise, can I add new code chunks, or should I assume that this will break all the chunk names? Is there anyway that they can be reset in Pluto? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It should be fine if you only modify existing cells but not add new cells / delete cells (or add / remove packages if using PlutoPkg). But in general this workflow is not recommended. |
Beta Was this translation helpful? Give feedback.
-
Hi! You may also be interested by this pull-request which enables editing the underlying notebook file and directly push updates to Pluto. |
Beta Was this translation helpful? Give feedback.
Hi! You may also be interested by this pull-request which enables editing the underlying notebook file and directly push updates to Pluto.