enthought / traitsui

TraitsUI: Traits-capable windowing framework
http://docs.enthought.com/traitsui
Other
297 stars 96 forks source link

Web-based backend? #489

Open kmader opened 5 years ago

kmader commented 5 years ago

Is there any work to get this to work with a web-gui based backend like plotly/dash or possibly even raw flask?

corranwebster commented 5 years ago

There is Jigna: https://github.com/enthought/jigna It probably needs to be re-worked away from using Angular to using React or Vue, but it does work as-is.

We're also experimenting with Jupyter notebook backend in this PR: #469

kmader commented 5 years ago

Thanks it looks like a great start. I'll see if there is anything I can work on.