Jake Vanderplas

Results 646 comments of Jake Vanderplas

It works for me, and one thing I've learned over the years is to not go mucking with the details of makefiles that work :smile:

Not sure about IPython 2.0 or Python 3.x; I haven't tried the package on either of those. If you figure out what's wrong, I'd be happy to accept a PR!

Hi, The exception swallowing is in the `_repr_html_` method within IPython. If you want to see the exception, you can explicitly print `obj.html()`.

This is likely due to floating point representations in Javascript. The best fix is to refactor the code so that the range values are integers.

I mainly closed it because I've stopped supporting this package, and I don't anticipate anyone coming along to fix it :smile:

I use IPython's built-in HTML widgets. They require a Python kernel so they don't yet allow static output (i.e. nbviewer or HTML-rendered web pages), but that feature is on the...

I _think_ it's possible, but I tend to avoid anything relating to dependencies and requirements with distutils/setuptools. Having those tools automatically try to install/upgrade dependencies is almost never what I...

> hmmm pip install mpld3 should not parse the requirements.txt, right? Maybe I listed it somewhere else... I can't recall.

Strange, it works just fine for me. What browser are you using?