Hi all,
I am developing this dash which should take several inputs as parameters and then run an algorithm to get me the outputs as a figure. To get the figure, I want the the callback to also read the algorithm which is a function Algorithm(Parameter1,Parameter2, …). How can I let the callback read that algorithm as an input and run it?
2 posts - 2 participants