diff --git a/.config/julia/startup.jl b/.config/julia/startup.jl index dac2f62..a863380 100644 --- a/.config/julia/startup.jl +++ b/.config/julia/startup.jl @@ -1,6 +1,6 @@ using OhMyREPL using Pluto -using Symbolics +using Symbolics, Nemo using Unitful τ = 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)