Gary Steele
Gary Steele
Is there any progress on this? I find this a very useful package for reviewing / editing / commenting on notebooks on my ipad, but broken images is a bit...
I would also strong support this feature request!!!!
And what if it is not an HTML ouput? I'm trying to display a long output with print() and am getting a scroll bar that I would like to avoid.......
I would recommend making a new environment and installing from fresh there, probably some complex dependency problem in your base env For example: ``` conda create -n pyrpl3.8 conda activate...
(i also confirmed that the same is true directly in the python interpreter, aka it's not a "notebook" problem...)
Thanks for the tip! I tried this: but as you see I got the same result. I also have never gotten `scope.single()` to work: it just hangs forever. I am...
OK, I think I found a solution (well, a workaround) as well as a possible hint as to the origin of the problem. I cloned the git repo, switched to...
Thanks! Ill have a look. Am also looking at the sdr streaming apps, they might be exactly what we need On Mon, 6 Nov 2023, 10:36 SamuelDeleglise, ***@***.***> wrote: >...
Maybe also following up on this, a simple request: I would like to trigger the scope manually and the pull the trace (say even just looking at the input noise)....
Always nice to answer your own question :) This seems to be a working solution: ``` s.input1 = 'in1' s.input2 = 'in2' s.decimation = 1024 s.average = False s.average =...