Open .jl Files with Pluto By Default #3135
Unanswered
taylorwarczinsky
asked this question in
Questions about using Pluto
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a batch script to open .jl files with Pluto. I'd like to be able to double click .jl files and it will automatically open them in safe mode. The relevant line of code from my script is
julia -e "using Pluto; Pluto.run(notebook=\"%NOTEBOOK_PATH:\=\\%\")"
This opens the file as desired, but it also runs the notebook. I'd like the notebook to open in safe mode and require the user to run the notebook manually. Is there a kwarg to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions