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
#3464 may need some more work. It seems that the webpack auto public path does not work inside of AMD modules, since by the time the AMD callback is called the currentScript is null. This would affect the various amd modules generated by the html manager. This is hinted at in #2191 (comment). See also #1652, #1650.
A workaround for automatically figuring out the public path in an AMD module using the require 'module' magic dependency is at jupyter-widgets/widget-cookiecutter#103
The text was updated successfully, but these errors were encountered:
#3464 may need some more work. It seems that the webpack auto public path does not work inside of AMD modules, since by the time the AMD callback is called the currentScript is null. This would affect the various amd modules generated by the html manager. This is hinted at in #2191 (comment). See also #1652, #1650.
A workaround for automatically figuring out the public path in an AMD module using the require 'module' magic dependency is at jupyter-widgets/widget-cookiecutter#103
The text was updated successfully, but these errors were encountered: