Jason K. Moore

Results 1406 comments of Jason K. Moore

Yes, I agree. I'm pretty sure it is in the JS code.

This bug is nasty. I spent a number of hours today trying to track it down. First off, here is a minimum example that shows camera initialization working with three.js...

I've found something that could be part of the problem. The parser.js file has two AJAX calls that aren't necessarily completed before the animation function is called. It would be...

Moved this out of the 0.3.1 milestone since we haven't fixed it in time.

It doesn't seem like you can reliably know if code was executed in the notebook or not, see: http://stackoverflow.com/questions/15411967/how-can-i-check-if-code-is-executed-in-the-ipython-notebook For correct IPython notebook functionaliy we should use the IPython `display()`...

Yes, `display(Scene)` seems like the "right" way to do things, at least in IPython's eyes.

These are good ideas. There unfortunately isn't a standard way in Python to interface with integrators. There are a number of packages that have tried to wrap a bunch of...

We should still fix it if it is still a bug. We can either have a bugfix release or just wait till next full release.

Is it possible this is related to #330?