Neal McBurnett

Results 153 comments of Neal McBurnett

I'm not seeing anything interesting at the nasa.apphb.com demo - just a blank screen that it is refreshing very quickly, and an odd little map with some triangles in it....

Here is a test case: [har-to-curl-test.har.txt](https://github.com/mattcg/har-to-curl/files/866776/har-to-curl-test.har.txt)

This also happens for me in IPython version 7.9.0 and scrapy 1.8.0. The workaround in https://github.com/ipython/ipython/issues/10946#issuecomment-479826344 works, but as everyone here notes, what a hassle!

This seems related to another common problem: debugging a cell with `%pdb on`, then forgetting to quit before changing the cell and re-running it. The output the disappears, so you...

Yes - I think this is important. The IPython 2.0 modal notebook interface makes this more likely, and makes it very easy to merge cells also (e.g. hitting shift-m instead...

I see the same problem. It seems that `pymc` expects `numpy` to be completely installed before its `setup.py` is run. See a related issue and background at [statsmodels: 0.8.0rc1 implicitly...

Thankfully, pymc3 installs with requirements.txt seem to work, as seen in #441

Calculating WER and related statistics seems like a task like that would best be left to a separate tool. Offhand, this looks like a reasonable candidate tool if you like...

How does this compare to what the micro:bit does with the blocks API, which does have an "A+B" function already?

Thanks, good info @BenSmyth! I think we can close this now.