Stefan E
Stefan E
Hi, I am experiencing a potentially expensive issue where I want the user to be able to use several styles offline that all use the same data source. As per...
Hi there, following the example, `pptk.view()` hangs without showing any information. How to reproduce: ```python import numpy as np import pptk x = np.random.rand(100, 3) pptk.viewer(x) ``` I'm running pptk...
Hi and thanks for your work. I need to have consistent appearance of variable's colours in my plots. That's why I assigned every data entry a custom colour ("#AABBCC") based...
There is no update queue. Update processes are started on a first come first serve basis. Jobs with a low interval have a higher chance of updating.
* MonetDBLite-Python version: 0.6.3 * Python version: 3.7.3 * Pip version: 19.0.3 * Operating System: Arch Linux ### Description I'm trying to execute the following statement: `monetdblite.sql('CREATE TABLE IF NOT...
* MonetDBLite-Python version: 0.6.3 * Python version: 3.7.3 * Pip version: 19.0.3 * Operating System: Arch Linux ### Description I'm importing point cloud data. Since some processing steps are pretty...