Pierre V. Villeneuve

Results 10 comments of Pierre V. Villeneuve

@drmpeg The Raspberry Pi 3 and 4 are both ARMv8, does that mean the -march flags should be modified accordingly? Just curious.

Hi @hagrid67, I've set my repo back to public in the hope that it might help you: https://github.com/Who8MyLunch/Jupyter_Canvas_Widget. I had set it private a while back since I couldn't keep...

@hagrid67 that project is awesome! Very nice! Its been a long time since I've even looked at my Jupyter Canvas Widget project. If you have specific changes or updates in...

Hi @edeno you might consider using FFTW (https://github.com/pyFFTW/pyFFTW) if you're looking for faster performance. It makes a huge improvement. It's a drop-in replacement for Numpy and Scipy FFT implementations.

@edeno there's a number of options for accelerating your dot products, the simplest being Numpy and the next being Cython. Cython is good, but it's not trivial. Numpy is trivial...

Hi @kim0, i never tested the widget with a notebook served from a deployed system. This is very interesting! Indeed as I designed it, the widget is assuming the client...

Hi @kim0, I just made changes to the video widget and internal server to allow the user to specify custom port number and host name. The example notebook for basic...

@glemaitre I updated the setup.py file to check the system platform type before setting any specific compiler or linker options. This is prefered over setting/reading environment variables.

@glemaitre yikes I cannot believe how difficult this became! I don't know the 'best' way to set these options that also allows for MINGW, and I just spent half my...

Passing options at pip CLI would be perfect!