Pi
Pi
Awesome, great tech! PS Maybe a '?' icon right of the searchbar with that info and some sample searches would help...
Can you tell me off the top of your head what would be the actual behaviour?
🚀 When it is integrated, will it ONLY be serving data from end of Jan, or have you been stockpiliing some?
When implementing async, please examine trio (https://trio.readthedocs.io/en/stable/reference-core.html) asyncio is clumsy and ugly in many ways. It evolved as Python async paradigm evolved, and is full of legacy gotchas. trio is...
Probably. My intent was to make sure kuroko core-devs are aware of the merits of Trio. I have no dog in this race. I get no reward from my keystrokes...
huh, so GitHub examines my repos and estimates my language skillset. It didn't occur to me that this creates a certain public image. 90%+ of of my code is not...
I solved this by finding out where Anaconda had put it and doing: ``` sudo cp anaconda/lib/libfree* /usr/local/lib ``` This probably means my iPython notebook is using system Python rather...
PS Wow I just noticed you specialise in computational neuroscience. I'm currently trying to use your lib to visualise a neuron's weight Matrix for a backpropagating neural network. PPS Now...
I was thinking of visualizing the entire network in real time: e.g. a 16x16 grid of input neurons, 50 hidden-layer neurons (each with a 16x16 weight-matrix), 10 classifiers (each with...
I don't really need visualisation for my current task. But I think it is worth investigating real-time visualisation from IPython Notebooks with an eye to future tasks... It could be...