Guillaume Thomas
Guillaume Thomas
It does not work on python 3.4. I'm not an py3 expert but i do know that they changes way of importing packages. Could you check it out? Thanks
Hi, Yes i'm working on adding HC Specific charts in this library. I will keep you posted. Simplest way to test custom charts is to run a notebook and play...
Thanks for the commits. Could you add an example in the ipython notebook?
I have the same problem here. Using notebook was initially meant to show examples and i integrated highcharts quick and dirty in notebook by manipulating the DOM once it's ready....
Any thoughts?
No i haven't tried it yet but i agree it should work. My workaround consist of overriding select2 defaults like : ```javascript $.fn.select2.defaults.set('closeOnSelect', false); $.fn.select2.defaults.set('scrollAfterSelect', true); ``` My point was...
In our usecase, we use a managed [Redis on Azure](https://azure.microsoft.com/en-us/services/cache/) platform. By default Azure, only opens the 6380 port (dedicated to SSL connections. We don't want to use non-ssl port...
Yes i'll do it today
There are several cases leading to that error: 1. `identify` fails 2. Parsing of the output fails The latter may happen for images such as the following  ``` $...