Ivan Lengyel

Results 43 comments of Ivan Lengyel

Still an issue, but a workaround for my case was the following installing pyopengl and acelearte [like this](https://github.com/mcfletch/pyopengl/issues/107#issuecomment-2354537919)

Note that using run_sketch in notebook is working, this works: ```python import py5 import numpy as np canvas_size = 1000 pad = 10 points = pad / 2 + np.random.random((100,...

Hey, thanks for the feedback. I think pipreqs supports notebooks now. Can you check if you can solve this with pipreqs only? - https://github.com/bndr/pipreqs Check their readme ``` --scan-notebooks Look...