ibdafna / webdash

WebAssembly powered Plotly Dash running in the browser
webdash-wine.vercel.app
BSD 3-Clause "New" or "Revised" License
147 stars 9 forks source link

Update Dash to version 2.0.0 #21

Closed ibdafna closed 2 years ago

ibdafna commented 2 years ago

Plotly have released Dash 2.0 in the last couple of months. As WebDash needs a Dash version update, it is probably a good opportunity to try and move to the new 2.x Dash branch. Doing this would require finding any any dependencies which Dash uses and seeing if they work with Pyodide. If all dependencies are supported, it would then be a matter of generating the correct patch (if needed at all!) and testing everything works with the default Dash app on WebDash.

ibdafna commented 2 years ago

Resolved via #22