I don't believe there is a size limit, but it's possible there was a race condition only revealed by the larger size and thus longer download time.
-MinRK On Tue, Sep 6, 2016 at 4:47 AM, Bruce Sherwood <[email protected]> wrote: > Jupyter VPython (pip install vpython; see vpython.org) includes a > JavaScript program that invokes the GlowScript WebGL 3D graphics library to > display 3D animations in a notebook cell. When that library went from 420 > KB to 620 KB there were frequent JavaScript errors in require.js, > concerning "mismatched anonymous define() modules". Splitting the > GlowScript JavaScript library into two pieces, of lengths 280 KB and 340 > KB, solved the problem. > > Is it a bug or a feature that a JavaScript library has to be less than > (apparently) 500 KB? > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/0d71a075-fd07-4fe2-b169-8c49b37f1a29%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/0d71a075-fd07-4fe2-b169-8c49b37f1a29%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHNn8BWGixAdovOB9C5QxiBDDF%2B6OLHqRqWw1h36AewDQyzXpg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
