Sionwage
Sionwage
I get the same output when using Jupyterlab. ```python from functools import reduce import pysnooper @pysnooper.snoop() def multi(x,y): return x*y print(reduce(multi,range(1,4))) multi(5,2) ``` Output ``` Source path:... C:\Users\...\AppData\Local\Temp\ipykernel_17756\20432242.py Starting var:.....
Calling just regular python repl from the command prompt: ``` Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license"...
Ok, I think I found why I get the source is unavailable for me. I was running this with Jupyterlab in a cell. If I move the function to a...
I'm just tickled I got this working as it is very handy. This is probably my cue to get out of Jupyter and start using a more mature workflow.
Is there a post or document outlining the envisioned modules to utilize for plotting?
Actually I didn't know about ipympl but that works perfectly to move and zoom. I just installed it and added "%matplotlib ipympl" to the top of the jupyter lab cell...
Digging into the module and how scipy expects data, it looks like another issue could be having duplicate data values for a parameter based on the interpolation kind to use....
Would it be acceptable to add an exception for the NI driver attribute error "nicaiu" so pytest will run while waiting for NI to fix their driver to work with...
Is there a way to change the branch to merge from? I have somehow completely hosed my git clone and cannot update/sync my copied repo with the changes made in...
As I see it, I think there are two/three items still needing to get addressed before you would accept this pull request. * PrologixAdapter fixture for unit-testing the HP8753E needs...