z-m-k

Results 12 comments of z-m-k

I think there should be a mixed option of hover and select as well. Use case: editing an equation while looking up something from a previous equation.

It seems like PhantomJs is not finishing so Python is waiting endlessly for it to exit. It would be helpful if you could take the temp files (either directly or...

I don't think it is the `plot.js`. The gist wasn't totally up-to-date (I just pushed what I use now), but the changes seem cosmetic; although one of them is that...

`ipyD3` strips all Javascript from rendered output in PhantomJs. If you want to keep interactivity in the notebook the quickest way to do it is to take the serializer from...

I pushed the update to the underlying gist before I replied. So you can just take the code from there again. On 8 Aug 2014 11:36, "modash" [email protected] wrote: >...

Would it be possible to have separate histories for each group/campaign?

Even if not fully implemented, can you add a toggle to reflect that a group has X active challenges and award 2X experience to each player? I can see this...

It does not work with IPython 2.0.

It should work. That was resolved in #14. I tested it right now and it works fine. Maybe the port is blocked? If it makes a connection and sees a...

If you see hardcoded ws then you are not on the current branch. The line is: ``` url = self.baseurl.replace('http', 'ws') + "/kernels/" + self.kernel_id + "/" ``` So if...