From 62c32134efdd49d29d99e85979a395c0543f887a Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 30 May 2025 19:43:12 -0700 Subject: [PATCH] julia: add franklin.jl to startup --- .config/julia/startup.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/julia/startup.jl b/.config/julia/startup.jl index 9350b74..8e40aa6 100644 --- a/.config/julia/startup.jl +++ b/.config/julia/startup.jl @@ -1,7 +1,8 @@ using OhMyREPL using Pluto -using Symbolics, Nemo +using Symbolics using Unitful using Nemo +using Franklin τ = 2*π pluto_custom() = Pluto.run(;port=8080, host="0.0.0.0", auto_reload_from_file=true, require_secret_for_access=false, warn_about_untrusted_code=false)