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. For more options, visit https://groups.google.com/d/optout.
