Jony Hudson
Jony Hudson
Note to self: this should probably be fixed alongside #170, as the way segment output is stored and handled needs to be improved.
Hi Chris, thanks, this is great :-) That is a feature I'd really like to get into the next release (see #137). I should have time in a few weeks...
There's a broader discussion that might be of some interest too, thinking about what the relationship should be between nREPL, Gorilla etc. It's at #184 in case you'd like to...
Hi Shriphani. Cool, thanks for looking at it! I had in my mind, I think, a different way of doing it than you're proposing (I've had a peek at your...
Doesn't this still grab the HTML from the DOM though - meaning it will come with all of the junk that's in there (like codemirror's many divs)? I think we...
Yeah, it could work with a toHTML on the client side to generate clean HTML directly from the model. But I think there might be something in favour of doing...
Actually, thinking about this some more we need to consider how this will interact with the new rendering setup (see #60). What doesn't help is that the new rendering setup...
Note to self: an online viewer for gists, like http://bl.ocks.org would be useful too!
The iPython viewer is really nice, and I'd see the gorilla viewer looking a lot like that, although I suspect there wouldn't be much of there code we could re-use.
This looks great! I've been working on an online viewer - which I should get released today hopefully - but I still think the static HTML export would be useful....