Looks like we've hit a weird case with voila
where we need to grab phosphor. The problem is libembed
only checks unpkg for dist/index.js
, but phosphor builds into lib/index.js
. Is it possible to failover to lib
here if the call to dist
404s?
该提问来源于开源项目:jupyter-widgets/ipywidgets