kaiaeberli

Results 4 issues of kaiaeberli

I have the following code in jupyterlab. This allows me to move a slider and update a graph in realtime. However the framerate is quite low (1fps) if I call...

I tried using it together with this build of chromium: https://github.com/amd/Chromium-WebCL but it gives the message: INVALID_CONTEXT and QuotaExceededError on my NVIDIA GTX 770 card. it seems to crash when...

When returning a float from SQL, the SQL value is this 0.0020042890676442**7** but in python i get this: 0.0020042890676442**646** and sometimes this 0.0020042890676442**654**. It seems the last two digits are...

Hi, I am using edittable to keep track of code snippets. However, when putting \ sth linebreak sthelse \ into it, the linebreak characters have no effect. All the code...