Skip to content

Commit

Permalink
Data diff scale (#91)
Browse files Browse the repository at this point in the history
* No gap for large data diffs

* add use case libraries to environment

* let wide states be a bit wider

* update use case 2
remove duckdb
display tables larger

* warning if data diff is based on a subset

* display code without codemirror

* organize imports

* make unchanged cells in detailed notebook diff grey and thinner

* fix icons for cells in notebook diff

* reduce data diff gap for many rows too

* for img diff; initialize with abckground color and and scale the image

* handle case when there are only too many rows

* adapt borderPixels to description in paper + remove debug loggging outptus

* add time axis
  • Loading branch information
keckelt authored Mar 25, 2024
1 parent 99b97d8 commit ad11d06
Show file tree
Hide file tree
Showing 16 changed files with 69,335 additions and 2,504 deletions.
1 change: 0 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies:
- pandas
- matplotlib
- seaborn
- python-duckdb==0.6.1
- scikit-learn
- yellowbrick
- mscorefonts
Expand Down
6 changes: 6 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ dependencies:
# labextension build dependencies
- nodejs >=18,<19
- pip
- numpy
- pandas
- matplotlib
- seaborn
- yellowbrick
- scikit-learn
Loading

0 comments on commit ad11d06

Please sign in to comment.