I have a library building on top of three.js, and I'd like to run it in a ijavascript (jupyter + ijavascript) notebook. Does anyone know if that's possible?
From what I can tell, three.js runs just fine using require('three'), but I'm having trouble attaching the renderer.