Bryan Van de Ven

Results 743 comments of Bryan Van de Ven

Seem to be having a similar issue with Bokeh notebooks. I updated the saved notebooks for a new Bokeh release and also made other small changes. I have confirmed the...

@minrk do you have any thoughts? Is there something we can try or check on on our end?

@krinsman that has no effect for me either. Page updates to say "Rendered a few seconds ago" but the actual rendered notebook content does not update.

> Is this a notebook rendered on GitHub? I don't understand the question. GitHub tries to render every notebook uploaded anywhere. In any case I link the notebook on GH...

The changes show up in GH raw view, and it's been four days (in the past updating nbviewer was never an issue, and never took more than an hour, much...

Yes, that is the one I am referring to. --- This is the new logo at the bottom that is is on GH (including in the raw source, not just...

Thanks for looking in to it!

After some discussion, it was decided that it would be better to have users supply their own column names up front: ``` const df = DataFrame({ a: Series.new([0, 0]), b:...

After type experiment problems with the above, latest API attempt will swap aggregations to the outermost keys: ``` const df = DataFrame({ a: Series.new([0, 0]), b: Series.new([0, 100]), c: Series.new([0,...

Visual design is not a strength of mine. My only ideas are that the snapshot tool evidently saves something like a table, so perhaps if it's possible to represent a...