I want to skip the safe preview, and run all cells immediately on the notebook loading, just like in the old version pluto. What should I do? I have tried the following command, but it is not working.
Pluto.run(run_notebook_on_load=true, warn_about_untrusted_code=false)
See also Dissable the Safe Preview Feature · Issue #2916 · fonsp/Pluto.jl · GitHub
Thank you.