Dylan Ross

Results 5 issues of Dylan Ross

**Application or Package Used** Data Explorer **Describe the bug** Selecting a size for points in the Scatterplot chart type has no effect in Firefox. Works fine in Chrome. **To Reproduce**...

needs:testing

**Is your feature request related to a problem? Please describe.** Some users want to be able to display multiple configurations of the Data Explorer for the same dataset. Currently, this...

enhancement

It would be a nice addition to allow passing a `max_rows` parameter. ``` dx(df, max_rows=None) ``` This would essentially be a convenience mechanism so the user can avoid doing the...

enhancement

Toggling on the pandas option `display.html.table_schema` only adds a new MIME type alongside the `text/plain` and `text/html` representations of similar size. This is a problem because people tend to output...

enhancement

Related to [nteract#4377](https://github.com/nteract/nteract/issues/4377), it would be nice to be able to pass in initial metadata, something like this: ``` dx(df, metadata={ 'view': 'scatter', 'selectedMetrics': [ 'Economy (GDP per Capita)', 'Family',...

enhancement