Robin Wilson

Results 87 comments of Robin Wilson

Sure, I've added you as a collaborator. It's great that you want to get involved! I may also have a bit of time in August, so it'd be good to...

Hi @pravsripad. Thanks for your interest in recipy. I was one of the original authors, and agree that there is a lot of potential here. However, all the original authors...

The sort of thing that might be useful here is: 1. A very easy to way to start a new recipy 'run' partway through a notebook 2. A proper way...

No we don't actually do this properly at the moment - we should use the rest of `sys.meta_path` to try and import libraries ready to patch them - but at...

This was started by @jvdzwaan in https://github.com/recipy/recipy/blob/master/docs/databaseSchema.md, we should probably add a few more examples to that before we can mark this issue as closed.

Yes, this is definitely something we should do - unfortunately I can't see an effortless way at the moment. We'd need to wait until modules like `random` or `numpy` are...

See http://stackoverflow.com/questions/32172054/how-can-i-retrieve-the-current-seed-of-numpys-random-number-generator for info

Storing the version of installed modules like pandas, numpy etc has been implemented. _However_, versions are only stored for modules that are patched using recipy, not for all modules (and...

This looks really nice - far _far_ better than the previous code! I like the changes you've done so far, but I think the changes you've suggested would be even...