Matthew Seal

Results 380 comments of Matthew Seal

@mirekphd You got the mechanism as it was intended. That being said adding an `unglue` function could be useful if one is inheriting some function implementation that adds scraps you...

So the core intention here would be to allow for the glue action against a particular ref to not push any data if the contents were identical. I don't think...

I think at least a warning if not an error should be raised when not connected to a zeromq channel. The only hesitation in raising an error is that users...

For reference: https://github.com/nteract/scrapbook/pull/37 was a stab at achieving this change in combination with other changes. While that PR was too complex and large, we want a similar extension of the...

Looks like we don't have that method defined on the Scrapbook collection. You could emulate the scraps behavior with `merge_dicts(nb.parameters for nb in sb.notebooks)` or `OrderedDict([(key, nb.parameters ) for key,...

Sounds reasonable to me. Please do feel free to PR the feature.

> * it is not obvious how to display a saved display (image)... Yeah I'd like to improve the contract here to make it better but still easy to use....

Yes they should be imo.

Sorry missed this project's notifications. I'll take a deeper look at that. At the very least it might be a good option to support.

Ahh that comment should probably be up in https://github.com/nteract/scrapbook/blob/e06182f034c9ee231e491d66047c191e1d0d0f07/scrapbook/api.py#L69-L73 as I was thinking that there maybe should be an encoder that can detect ipython display objects automatically to set the...