add julia startup.jl
This commit is contained in:
parent
ac74b03c85
commit
0fafd74a05
1 changed files with 6 additions and 0 deletions
6
.config/julia/startup.jl
Normal file
6
.config/julia/startup.jl
Normal file
|
@ -0,0 +1,6 @@
|
|||
using OhMyREPL
|
||||
using Pluto
|
||||
using Symbolics
|
||||
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)
|
Loading…
Add table
Reference in a new issue