Brian E. Granger
Brian E. Granger
Here is a version that: * Removes the header (Bookmark, Undo, Redo can be moved to a menu) * Removes the Data component (we will pass it data) * Only...
Here is another version that separates the Fields/Encoding from the actual visualization view:  Pros: * Full flexibility of JupyterLab to layout the different components. * Side panel...
Thanks for encouraging words. We do want to explore helpful ways of integrating the notebook output and voyager UI. On Sun, Sep 24, 2017 at 8:42 PM, Dave Hirschfeld wrote:...
I think there are some more basic things we can think about to address performance issues first, some of which probably have to be done in Voyager: * Make sure...
Thanks for doing this work and posting Ji! On Sun, Sep 24, 2017 at 5:29 PM, Ji Zhang wrote: > Here's the test result I did for JupyterLab-Voyager. It seems...
Honestly, we are trying to get rid of the toolbar in the JupyterLab extension. In that context it takes up so much room to the right of the buttons. Maybe...
@zzhangjii @tgeorgeux I think we should step back and study how other applications handle these types of situations where there are two files involved (the "document" and the "data"). Tableau...
Eventually yes, this is very much the direction we are thinking. Our plan is to create a uniform and consistent set of tabular data APIs in JupyterLab. We have a...
I definitely want to watch where this goes...
tl;dr - I like method chaining, but let's not break the attribute API in the process. The original idea was for the chained method API to provide a thin *optional*...