You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think ipywidgets might need to be added to the requirements.txt. I just tried out deploying on railway via this template and was getting errors relating to widgets like:
[Open Browser Console for more detailed log - Double click to close this message]
Failed to load view class 'ErrorWidgetView' from module '@jupyter-widgets/base'
Error: No version of module @jupyter-widgets/base is registered
at _.loadClass (https://web-production-2492.up.railway.app/voila/static/7018.voila.js:1:77776)
at _.loadViewClass (https://web-production-2492.up.railway.app/voila/static/7018.voila.js:1:74931)
at https://web-production-2492.up.railway.app/voila/static/7018.voila.js:1:66785
at async g.renderModel (https://web-production-2492.up.railway.app/voila/static/7018.voila.js:1:65329)
Adding ipywidgets resolved this.
Also looks like the version of voila is pinned and could be updated to a more recent release.
Reproduce
Try deploying on railway using this template repo, then try any of the notebooks that use widgets.
The text was updated successfully, but these errors were encountered:
Description
I think ipywidgets might need to be added to the requirements.txt. I just tried out deploying on railway via this template and was getting errors relating to widgets like:
Adding ipywidgets resolved this.
Also looks like the version of voila is pinned and could be updated to a more recent release.
Reproduce
Try deploying on railway using this template repo, then try any of the notebooks that use widgets.
The text was updated successfully, but these errors were encountered: