Borys Kabakov
Borys Kabakov
> The PR mentioned above has been merged. ImageMagick is still hitting an unimplemented instruction though, this time `packuswb`. might you please create a relevant "add puckuswb" issue?
>convert ends up hitting pinsrw which can't be implemented quite yet that's sad😔
Just met this issue with losing 5h computations on GPU. Used AI notebook in GCP. Thought that it will do plots with a closed browser, but I thought wrong :(
This problem is still valid for opencv 4.7.0 if build it from source I have a folder `cv2` with `cv2.so` in it If I call `import cv2` within the folder...
@crackwitz you are posting the same 0 useful answer everywhere. `import foo from foo` is a proper way of python importing if that corresponds to folder/file structure of your module...
ok, the workaround is: ```python # __init__.py of `foo_cv2` module with `cv2.so` within import sys import importlib from importlib import resources # get module path path = resources.path(package='foo_cv2', resource="").__enter__() #...
Hi, @Miloslav-RS > is the instrument PR100? Yep, PR100. > Can you post the csv file here? Yes, I'll add it to attach [Trace_000.csv](https://github.com/Rohde-Schwarz/RsInstrument/files/13533852/Trace_000.csv) > Do you need to explicitly...
>I wonder, how do you get this to work in TELNET? Just run the command `MMEM:FILE? "PR100/Trace_000.csv"`
`%matplotlib nbagg` did not work with jupyter-lab for me, I had to use `%matplotlib widget` (requires installing it and nodejs)
@ianhi wow, thank you for jupyterlab-vimrc, I'll try it :) >I believe that they actually do implement a good number of the registers. But historically javascript was mostly prevented from...