Hacker News new | ask | show | jobs
by ben509 2939 days ago
I have a system that does complex simulations on a cluster running numpy, and I'd love to be able to kick an ndarray back to the frontend and it be able to do translations of that data in response to users toggling sliders.
1 comments

Are you not able to use a Jupyter Notebook with ipywidgets library for this?
That relies on a python backend.
So what? They stated they were running numpy, so the scaffolding is already there.