From 1407a815d8a0eee3eac18b27d1eaefd98cf4f4c2 Mon Sep 17 00:00:00 2001 From: Timothy Hopper Date: Tue, 14 Apr 2020 12:48:15 -0400 Subject: [PATCH 01/13] install altair_saver --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 44159dd..71f1571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ plotly tzlocal simplegeneric altair +altair_saver selenium From ffd47bc570573a2d2a66d7d2564ae7438660f392 Mon Sep 17 00:00:00 2001 From: Timothy Hopper Date: Tue, 14 Apr 2020 12:49:23 -0400 Subject: [PATCH 02/13] fix name --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71f1571..9fc0c35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ plotly tzlocal simplegeneric altair -altair_saver +altair-saver selenium From 7324a8beb03656359fa8f6fe82f687d032abdef9 Mon Sep 17 00:00:00 2001 From: Tim Hopper Date: Sat, 13 Jun 2020 12:27:38 -0400 Subject: [PATCH 03/13] remove mail chimp for now --- templates/t_index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/t_index.html b/templates/t_index.html index 01df5d6..adaf73d 100644 --- a/templates/t_index.html +++ b/templates/t_index.html @@ -190,6 +190,5 @@
Note:
}); $.bigfoot(); - From 63240e2f55500517ef89db23cf4cfcc80668658e Mon Sep 17 00:00:00 2001 From: Tim Hopper Date: Sat, 13 Jun 2020 14:36:39 -0400 Subject: [PATCH 04/13] upgrade statsmodels --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9fc0c35..180d28e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ scikit-misc boto3 pytest chart-studio -statsmodels==0.10.0rc2 --pre +statsmodels==0.11.1 rpy2 psutil plotly From 3cfe6e5f776b82279a23ab8e2ccaf48264a2ca83 Mon Sep 17 00:00:00 2001 From: Tim Hopper Date: Sat, 13 Jun 2020 14:45:03 -0400 Subject: [PATCH 05/13] pin plotnine at <0.7 started getting a MemoryError running (ggplot(diamonds) + aes('depth', fill='cut', color='cut') + geom_density(alpha=0.1)) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 180d28e..a0aaeb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ipython pandas jupyter seaborn -plotnine +plotnine<0.7.0 jinja2 jinja2-highlight markdown From 41aca4c2481d8c44b4f2e3e0a9d5f932d1a1933d Mon Sep 17 00:00:00 2001 From: Tim Hopper Date: Sat, 13 Jun 2020 15:11:42 -0400 Subject: [PATCH 06/13] Use bootstrap from cdn --- templates/t_index.html | 18 +- web/css/bootstrap-grid.css | 1339 ---- web/css/bootstrap-grid.css.map | 1 - web/css/bootstrap-grid.min.css | 1 - web/css/bootstrap-grid.min.css.map | 1 - web/css/bootstrap-reboot.css | 459 -- web/css/bootstrap-reboot.css.map | 1 - web/css/bootstrap-reboot.min.css | 1 - web/css/bootstrap-reboot.min.css.map | 1 - web/css/bootstrap.css | 9320 -------------------------- web/css/bootstrap.css.map | 1 - web/css/bootstrap.min.css | 6 - web/css/bootstrap.min.css.map | 1 - web/css/custom.css | 35 - web/css/pygments-github.css | 61 - web/css/pygments-murphy.css | 63 - web/css/pygments-native.css | 72 - web/js/bootstrap.js | 3535 ---------- web/js/bootstrap.min.js | 7 - 19 files changed, 5 insertions(+), 14918 deletions(-) delete mode 100644 web/css/bootstrap-grid.css delete mode 100644 web/css/bootstrap-grid.css.map delete mode 100644 web/css/bootstrap-grid.min.css delete mode 100644 web/css/bootstrap-grid.min.css.map delete mode 100644 web/css/bootstrap-reboot.css delete mode 100644 web/css/bootstrap-reboot.css.map delete mode 100644 web/css/bootstrap-reboot.min.css delete mode 100644 web/css/bootstrap-reboot.min.css.map delete mode 100644 web/css/bootstrap.css delete mode 100644 web/css/bootstrap.css.map delete mode 100644 web/css/bootstrap.min.css delete mode 100644 web/css/bootstrap.min.css.map delete mode 100644 web/css/custom.css delete mode 100644 web/css/pygments-github.css delete mode 100644 web/css/pygments-murphy.css delete mode 100644 web/css/pygments-native.css delete mode 100644 web/js/bootstrap.js delete mode 100644 web/js/bootstrap.min.js diff --git a/templates/t_index.html b/templates/t_index.html index adaf73d..6b6443e 100644 --- a/templates/t_index.html +++ b/templates/t_index.html @@ -33,12 +33,8 @@ - - - + - - @@ -174,15 +170,11 @@
Note:
- - - - + + + + - - +