pragyanbo
pragyanbo
WWindmill
Created by pragyanbo on 2/2/2024 in #help
How to auto load/run runnable scripts on App load?
No description
3 replies
WWindmill
Created by pragyanbo on 1/22/2024 in #help
Python's Pandas is acting weird although it was fine before
No description
5 replies
WWindmill
Created by pragyanbo on 1/18/2024 in #help
How to have a single Windmill act as a central space for multiple Windmill instances?
Hi, I currently have 1 self-hosted windmill container each running on 'n' different AWS EC2 instances (1 * n = n Windmill containers). And I am finding this hard to manage since I need to visit each Windmill's URL individually (need to have 'n' different URLs/UIs) to trigger scripts/flows and view their states.
Is there a way (preferentially, out-of-the-box) where I can have 1 Windmill container coordinate with all my other instances. The central windmill container would have access to all my scripts/flows residing in other machines and serve as a single UI to manage everything. To clarify, I still want the scripts and flows to run in their own respective machines and the central Windmill instance would only help for triggering these scripts/flows and showing their states as if I was interacting with the individual instance's UI itself.
3 replies
WWindmill
Created by pragyanbo on 1/8/2024 in #help
How to retrieve a variable from an HTML component based on onclick = "function(this)" functionality?
I've written custom HTML to create a list using the HTML component in the Windmill app. I want to retrieve the <li> tag value that was clicked on the component. Is there a way to do this?
9 replies
WWindmill
Created by pragyanbo on 1/4/2024 in #help
How to plot graphs using Python's matplotlib, seaborn, etc. on Windmill app?
Hi, I have some graphs I want to plot on a Windmill App using Python's matplotlib/seaborn. What would be the best way to do so?
5 replies