Cyrille Rossant

Results 148 comments of Cyrille Rossant

There are highly experimental and preliminary Python wheels [here](https://github.com/datoviz/datoviz/releases). The wheel creation pipeline needs more work and testing and any help would be highly appreciated.

Thanks for the bug reports. Windows remains a pretty much untested platform, but I'll work on improving this in the coming months.

What is your GPU model and GPU driver version? Can you determine if you have a `libvulkan.dll` file in your system files?

Your hardware might not support Vulkan. If you install https://www.techpowerup.com/gpuz/, it might tell you whether you GPU chip supports Vulkan.

Nice, thanks! a few notes: - Having 2 layers seems like a good idea - I would indeed suggest to use an automatic binding generator since the API is still...

There is no Qt support for now. I've experimented a bit with Qt integration and it ought to work. However the main challenge seems to be that versions of Qt...

Apparently, to work with IPython 2.x, `widget.DOMWidgetView` needs to be replaced by `IPython.DOMWidgetView`, and `manager.WidgetManager` needs to be replaced by `IPython.WidgetManager`.

Thanks for the tip! The book's code deserves an update with Jupyter 4.0, especially the widget part. I'm currently busy with the minibook's new edition, so maybe afterwards...!

Which version of Python and IPython do you have? Any error messages? You can find error messages by pressing F12; this will open the Developer tools (at least on Chrome).

> Thanks for the reply Cyrille! :) > > anand@anandeb:~$ python --version > Python 2.7.6 :: Anaconda 1.9.2 (64-bit) > anand@anandeb:~$ ipython --version > 2.0.0 > > What exactly to...