This Julia Dash App renders Torus Knots
To run the app in your own machine, follow these steps:
- Run Julia on a Terminal
- using Pkg
- Pkg.activate(".")
- Pkg.instantiate()
- include("app.jl")
- Wait untile you see [ Info: Listening on: 0.0.0.0:8050
- Open your browser at the location http://localhost:8050
Alternatively, visit: