Tagged Questions
2
votes
1answer
66 views
How can I set the kernel for CreatePalette?
I have written some code that requests some calculations from an SQL server every N seconds and uses a palette:
CreatePalette[Dynamic[DateListPlot[...]]]
I ...