Skip to content

Refactor setup#2

Merged
TimShawver merged 3 commits intomasterfrom
refactor_setup
Oct 6, 2014
Merged

Refactor setup#2
TimShawver merged 3 commits intomasterfrom
refactor_setup

Conversation

@ssanderson
Copy link
Contributor

Refactor the qgrid module into a single directory, splitting inline js and css into a templates directory. This removes the ability to use %install_ext on qgrid, but makes it easier to maintain the package going forward. This PR explicitly does not yet update the example_demo.ipynb file.

ssanderson and others added 3 commits October 6, 2014 12:06
…ce to the previous name of this variable. Second, in __init__.py I just added a kwarg to show_grid so that remote mode could be specified in that call.
@TimShawver
Copy link
Contributor

Thanks, this is much cleaner. Nice to get some guidance on what's normal for python packaging. I just committed two small fixes.

TimShawver added a commit that referenced this pull request Oct 6, 2014
@TimShawver TimShawver merged commit 8cfd075 into master Oct 6, 2014
@TimShawver TimShawver deleted the refactor_setup branch October 6, 2014 16:59
@TimShawver TimShawver mentioned this pull request Dec 26, 2016
richardlin047 added a commit to richardlin047/modin-spreadsheet that referenced this pull request Feb 3, 2021
* fix: quantopian#315 - filters dont work and poorly displayed

* FIX-315: Numerical filter label display

* Add basic compatibility with modin. Fails some tests but UI mostly works. The filtering is weird.

* Handle empty modin dataframe indexing

* Add compatibility with pandas dataframe in addition to modin

* Modify filter to work on partial NaN columns

* Record all events in widget

* Record history of functions applied to dataframe

* Record messages sent from client to widget

* Add feature to apply transformation history to new df

* Try to fix all NaN column filter

* Add notebook with working code examples

* Create Jupyter cell with df history python code

* Add transformation name to and format history code

* Ignore active filter for toolbar and add/remove rows

* Add clear history API and button

* Add handler attr to toolbar button and make button event optional

* Add reset filters functionality and button

* Add reset sort functionality and button

* Move record transformation after transformation completed

* Move reset_sort case into function

* Add reset_filters API

* Move reset all filters command before update sort and table

* Change comment

* Remove test ipynb

* Remove pytest log file

* Remove pd_json helper and only use df.to_json

* Import pandas as pandas not pd2

* Clean up comments and TODOs

* Remove commented code that disables toolbar when filter is active

* Format python code with black

Co-authored-by: Ofir Yagil <ofir@imubit.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants