Skip to content

Commit ca4c9ec

Browse files
committed
deploy: f9ce618
1 parent d69f69b commit ca4c9ec

35 files changed

+2110
-2310
lines changed

_sources/advanced_parameters.ipynb

Lines changed: 126 additions & 143 deletions
Large diffs are not rendered by default.

_sources/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ITables ChangeLog
55
------------------
66

77
**Fixed**
8+
- Table footers continue to work when the notebook is exported to HTML ([#331](https://github.com/mwouts/itables/issues/331))
89
- The dependencies of the Streamlit component have been updated ([#327](https://github.com/mwouts/itables/pull/327), [#330](https://github.com/mwouts/itables/pull/330))
910

1011
**Added**

_sources/contributing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "99edf29c",
5+
"id": "91e3ea08",
66
"metadata": {},
77
"source": [
88
"# Contributing\n",
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 1,
39-
"id": "cae7a797",
39+
"id": "710047ba",
4040
"metadata": {},
4141
"outputs": [
4242
{
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"cell_type": "markdown",
72-
"id": "cfc31bc4",
72+
"id": "2db348a4",
7373
"metadata": {},
7474
"source": [
7575
"## Support DataTables\n",

_sources/custom_css.ipynb

Lines changed: 63 additions & 72 deletions
Large diffs are not rendered by default.

_sources/custom_extensions.ipynb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "9128dc2c",
5+
"id": "e35fc05a",
66
"metadata": {},
77
"source": [
88
"# Custom Extensions\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": 1,
16-
"id": "4e8b8174",
16+
"id": "ee17f72e",
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"cell_type": "markdown",
28-
"id": "c96bf8d0",
28+
"id": "c803c618",
2929
"metadata": {},
3030
"source": [
3131
"DataTables controls can use a different language than English. To\n",
@@ -36,13 +36,13 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 2,
39-
"id": "45ccc21c",
39+
"id": "d06c55ba",
4040
"metadata": {},
4141
"outputs": [
4242
{
4343
"data": {
4444
"text/html": [
45-
"<table id=\"itables_d88086c2_1807_4223_b5c7_2014106f8a04\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
45+
"<table id=\"itables_a7d35eac_5f60_4f78_8c24_7ac984c1f027\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
4646
"<thead>\n",
4747
" <tr style=\"text-align: right;\">\n",
4848
" <th></th>\n",
@@ -155,17 +155,16 @@
155155
"</a>\n",
156156
"</div>\n",
157157
"<div>\n",
158-
"Loading ITables v2.2.3-dev from the internet...\n",
158+
"Loading ITables v2.2.3 from the internet...\n",
159159
"(need <a href=https://mwouts.github.io/itables/troubleshooting.html>help</a>?)</td>\n",
160160
"</div>\n",
161161
"</tr></tbody>\n",
162-
"\n",
163162
"</table>\n",
164163
"<link href=\"https://www.unpkg.com/[email protected]/dt_bundle.css\" rel=\"stylesheet\">\n",
165164
"<script type=\"module\">\n",
166165
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
167166
"\n",
168-
" document.querySelectorAll(\"#itables_d88086c2_1807_4223_b5c7_2014106f8a04:not(.dataTable)\").forEach(table => {\n",
167+
" document.querySelectorAll(\"#itables_a7d35eac_5f60_4f78_8c24_7ac984c1f027:not(.dataTable)\").forEach(table => {\n",
169168
" if (!(table instanceof HTMLTableElement))\n",
170169
" return;\n",
171170
"\n",
@@ -198,7 +197,7 @@
198197
},
199198
{
200199
"cell_type": "markdown",
201-
"id": "7201c7a8",
200+
"id": "a8f9034e",
202201
"metadata": {},
203202
"source": [
204203
"```{tip}\n",

_sources/dark_mode.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0b88fbe8",
5+
"id": "2b6c481c",
66
"metadata": {},
77
"source": [
88
"# Dark Themes\n",

_sources/downsampling.ipynb

Lines changed: 22 additions & 25 deletions
Large diffs are not rendered by default.

_sources/extensions.ipynb

Lines changed: 55 additions & 63 deletions
Large diffs are not rendered by default.

_sources/formatting.ipynb

Lines changed: 45 additions & 52 deletions
Large diffs are not rendered by default.

_sources/html_export.ipynb

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "5e096d34",
5+
"id": "275fcc24",
66
"metadata": {},
77
"source": [
88
"# HTML export\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": 1,
16-
"id": "cf36322f",
16+
"id": "3615a031",
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "markdown",
31-
"id": "69d35e8d",
31+
"id": "5fca0415",
3232
"metadata": {},
3333
"source": [
3434
"You can then save the `html` variable to a text file (note: if you're writing an HTML application, you could consider using [Shiny](shiny.md) or [Streamlit](streamlit.md) instead), or print it:"
@@ -37,7 +37,7 @@
3737
{
3838
"cell_type": "code",
3939
"execution_count": 2,
40-
"id": "392179bb",
40+
"id": "2d185d06",
4141
"metadata": {
4242
"tags": [
4343
"scroll-output"
@@ -48,7 +48,7 @@
4848
"name": "stdout",
4949
"output_type": "stream",
5050
"text": [
51-
"<table id=\"itables_d893bcd9_4632_40ad_bd5a_962b8dab1ff8\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
51+
"<table id=\"itables_f9868d7a_e8ff_44ea_b8b3_a52bbf7fe08a\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
5252
"<thead>\n",
5353
" <tr style=\"text-align: right;\">\n",
5454
" <th></th>\n",
@@ -69,17 +69,16 @@
6969
" </thead><tbody><tr>\n",
7070
"<td style=\"vertical-align:middle; text-align:left\">\n",
7171
"<div>\n",
72-
"Loading ITables v2.2.3-dev from the internet...\n",
72+
"Loading ITables v2.2.3 from the internet...\n",
7373
"(need <a href=https://mwouts.github.io/itables/troubleshooting.html>help</a>?)</td>\n",
7474
"</div>\n",
7575
"</tr></tbody>\n",
76-
"\n",
7776
"</table>\n",
7877
"<link href=\"https://www.unpkg.com/[email protected]/dt_bundle.css\" rel=\"stylesheet\">\n",
7978
"<script type=\"module\">\n",
8079
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
8180
"\n",
82-
" document.querySelectorAll(\"#itables_d893bcd9_4632_40ad_bd5a_962b8dab1ff8:not(.dataTable)\").forEach(table => {\n",
81+
" document.querySelectorAll(\"#itables_f9868d7a_e8ff_44ea_b8b3_a52bbf7fe08a:not(.dataTable)\").forEach(table => {\n",
8382
" if (!(table instanceof HTMLTableElement))\n",
8483
" return;\n",
8584
"\n",
@@ -104,7 +103,7 @@
104103
},
105104
{
106105
"cell_type": "markdown",
107-
"id": "c40d5563",
106+
"id": "edd6cfb1",
108107
"metadata": {},
109108
"source": [
110109
"or display it, like `show` does:"
@@ -113,13 +112,13 @@
113112
{
114113
"cell_type": "code",
115114
"execution_count": 3,
116-
"id": "c6c4c46f",
115+
"id": "13e11ae8",
117116
"metadata": {},
118117
"outputs": [
119118
{
120119
"data": {
121120
"text/html": [
122-
"<table id=\"itables_d893bcd9_4632_40ad_bd5a_962b8dab1ff8\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
121+
"<table id=\"itables_f9868d7a_e8ff_44ea_b8b3_a52bbf7fe08a\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
123122
"<thead>\n",
124123
" <tr style=\"text-align: right;\">\n",
125124
" <th></th>\n",
@@ -140,17 +139,16 @@
140139
" </thead><tbody><tr>\n",
141140
"<td style=\"vertical-align:middle; text-align:left\">\n",
142141
"<div>\n",
143-
"Loading ITables v2.2.3-dev from the internet...\n",
142+
"Loading ITables v2.2.3 from the internet...\n",
144143
"(need <a href=https://mwouts.github.io/itables/troubleshooting.html>help</a>?)</td>\n",
145144
"</div>\n",
146145
"</tr></tbody>\n",
147-
"\n",
148146
"</table>\n",
149147
"<link href=\"https://www.unpkg.com/[email protected]/dt_bundle.css\" rel=\"stylesheet\">\n",
150148
"<script type=\"module\">\n",
151149
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
152150
"\n",
153-
" document.querySelectorAll(\"#itables_d893bcd9_4632_40ad_bd5a_962b8dab1ff8:not(.dataTable)\").forEach(table => {\n",
151+
" document.querySelectorAll(\"#itables_f9868d7a_e8ff_44ea_b8b3_a52bbf7fe08a:not(.dataTable)\").forEach(table => {\n",
154152
" if (!(table instanceof HTMLTableElement))\n",
155153
" return;\n",
156154
"\n",

0 commit comments

Comments
 (0)