julia: add franklin.jl to startup
This commit is contained in:
parent
aefa8cd753
commit
62c32134ef
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
using OhMyREPL
|
using OhMyREPL
|
||||||
using Pluto
|
using Pluto
|
||||||
using Symbolics, Nemo
|
using Symbolics
|
||||||
using Unitful
|
using Unitful
|
||||||
using Nemo
|
using Nemo
|
||||||
|
using Franklin
|
||||||
τ = 2*π
|
τ = 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)
|
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
Add a link
Reference in a new issue