Skip to content
This repository has been archived by the owner on Aug 28, 2017. It is now read-only.

Upgraded to the latest transformime and associated transformers #24

Merged
merged 10 commits into from Jul 30, 2015

Conversation

rgbkrk
Copy link
Member

@rgbkrk rgbkrk commented Jul 29, 2015

Ran into some issues with API changes and new packages (did nteract/transformime-jupyter-transformers#7 along the way). Adapting to promises was interesting.

I wouldn't merge this yet because I don't think it's completely friendly to upstream users. 馃槈

Working though, fully updated!

@rgbkrk
Copy link
Member Author

rgbkrk commented Jul 29, 2015

/cc @jdfreder

@rgbkrk rgbkrk changed the title [WIP] Upgraded to the latest transformime and associated transformers Upgraded to the latest transformime and associated transformers Jul 30, 2015
@rgbkrk
Copy link
Member Author

rgbkrk commented Jul 30, 2015

No more WIP tag on this one. 馃槃

While I was at it I fixed and tried out fromJSON and toJSON (which actually works with Objects but I digress).

jda = document.querySelector('jupyter-display-area');
data = JSON.stringify(jda.toJSON());
jda.clearOutput();
jda.fromJSON(JSON.parse(data))

馃帀

rgbkrk added a commit that referenced this pull request Jul 30, 2015
Upgraded to the latest transformime and associated transformers
@rgbkrk rgbkrk merged commit e362800 into master Jul 30, 2015
@rgbkrk rgbkrk deleted the UpGrayedd branch July 30, 2015 02:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant