Michau Gabriel

Results 6 comments of Michau Gabriel

For the `Scattergl` trick, I also had the problem that `px.scatter` makes either `Scattergl` or `Scatter ` traces (depending on the number of points to plot?). But one can force...

Hi Serge-Sans-Paille, Thanks a lot for your reply. Here is the compile error: [Compile_error.txt](https://github.com/serge-sans-paille/pythran/files/1946132/Compile_error.txt) For the question (2), it is what I did, I just now realised the native module...

Hum, not that I am aware of. Should I install it? EDIT: Only v0.2.19 has windows binary packages. EDIT2: I did `conda install -c menpo openblas`, which installed openblas-0.2.13 I...

Thanks, I get quite a similar output but with some additional lines at the top: [Compile_error_openblast.txt](https://github.com/serge-sans-paille/pythran/files/1947525/Compile_error_openblast.txt) FYI, my pythran-win32.cfg is now: [compiler] defines= undefs= include_dirs= libs= library_dirs= cflags=/std:c++14 ldflags= blas=openblas...

Interestingly I tried to run my code on Google collab (colab.research.google.com/) on an online kernel, online ipynb. I don't know if it helps: ``` `%%pythran #pythran export fun(float[][],float[][]) import numpy...

Sorry, I am not sur what you mean. I installed everything with Anaconda. I don't have any openblast file in my anaconda folder by default. All I could find are:...