Y
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
goatlover
2939 days ago
Are you not able to use a Jupyter Notebook with ipywidgets library for this?
link
yig
2939 days ago
That relies on a python backend.
link
joshuamorton
2938 days ago
So what? They stated they were running numpy, so the scaffolding is already there.
link