Simon
Simon
Uhm... is it really not possible to run a loop async in Python without starting the event loop, which will block?
I've been trying IJulia ~ 3-4 times per year for a couple of years on different platforms and on windows on different machines, and I always run into this... Is...
``` julia> ENV["IJULIA_DEBUG"]=true julia> using Pkg julia> Pkg.build("IJulia") Building Conda ─→ `C:\Users\sdani\.julia\scratchspaces\44cfe95a-1eb2-52ea-b672-e2afdf69b78f\299304989a5e6473d985212c28928899c74e9421\build.log` Building IJulia → `C:\Users\sdani\.julia\scratchspaces\44cfe95a-1eb2-52ea-b672-e2afdf69b78f\d8b9c31196e1dd92181cd0f5760ca2d2ffb4ac0f\build.log` Progress [========================================>] 2/2 2 dependencies successfully precompiled in 18 seconds (420 already precompiled) julia>...
Wow, I just tried it again (`using IJulia; notebook()`) and it didn't work as usual, but I left the tab open... 1 hour later I look at the tab and...
It now suddenly started work normally after the previous adventure... Pretty sure I waited long enough, since I first got the connection error, and now that it works its ready...
I'd be surprised if there is... I got this issue mainly on completely new windows PCs
That sounds probable from my experience... I usually always start IJulia from an env without IJulia installed in the base environment... But I guess sometimes I ended up adding it,...
The main work will be to abstract OpenGL in a good way and implementing a scene graph. If that step is not done right, things will be inflexible and slow....
@shashi Yeah I know that compose is basically a scene graph, I'm simply just wondering if its a good fit for OpenGL. I suspect that it isn't, but I actually...
Cool! I'll try it out... But it seems to me, that one wouldn't need anything complicated to get this working, right? Just add the repr methods to the wrapper class...