fonsp / Pluto.jl

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

Dissable the Safe Preview Feature #2916

Open guo-yong-zhi opened 1 month ago

guo-yong-zhi commented 1 month ago

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)