pythoro

Results 2 issues of pythoro

[These lines](https://github.com/plotly/dash-component-boilerplate/blob/6dfd1902ff006ad4950e52914eba5de8ad27fc1a/hooks/post_gen_project.py#L61-L65) to generate the virtual environment didn't work on my machine. My python.exe is at c:\program files\python37\python.exe. Here's the error I get: C:\temp_workspace\dash_temp>cookiecutter gh:plotly/dash-component-boilerplate You've downloaded C:\Users\reube\.cookiecutters\dash-component-boilerplate before. Is...

I have a complex 3D Wire with about 1500 edges, and I need to compute thousands of points along this wire. I generated a numpy array from 0 to 1...

enhancement