Skip to content

Commit 3c972a1

Browse files
committed
deploy: a8ea92e
1 parent 05e8781 commit 3c972a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+996
-994
lines changed

_sources/apps/dash.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": "bd318a81",
5+
"id": "fefc0362",
66
"metadata": {},
77
"source": [
88
"# Dash\n",

_sources/apps/html.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "b48a4e89",
5+
"id": "bb0cd5d7",
66
"metadata": {},
77
"source": [
88
"# HTML export\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": 1,
16-
"id": "74b61d76",
16+
"id": "67d88445",
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"cell_type": "markdown",
30-
"id": "3bc886ab",
30+
"id": "70b93db5",
3131
"metadata": {},
3232
"source": [
3333
"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:"
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 2,
39-
"id": "fddbf4b1",
39+
"id": "bda45945",
4040
"metadata": {
4141
"tags": [
4242
"scroll-output"
@@ -48,7 +48,7 @@
4848
"output_type": "stream",
4949
"text": [
5050
"<!--| quarto-html-table-processing: none -->\n",
51-
"<table id=\"itables_0c2491e6_7357_4169_a254_3c84cb4b0da5\"><tbody><tr>\n",
51+
"<table id=\"itables_48afd65d_fb56_4967_a54c_c93a211550f1\"><tbody><tr>\n",
5252
" <td style=\"vertical-align:middle; text-align:left\">\n",
5353
" \n",
5454
" Loading ITables v2.4.1-dev from the internet...\n",
@@ -58,11 +58,11 @@
5858
"<script type=\"module\">\n",
5959
" import { ITable, jQuery as $ } from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
6060
"\n",
61-
" document.querySelectorAll(\"#itables_0c2491e6_7357_4169_a254_3c84cb4b0da5:not(.dataTable)\").forEach(table => {\n",
61+
" document.querySelectorAll(\"#itables_48afd65d_fb56_4967_a54c_c93a211550f1:not(.dataTable)\").forEach(table => {\n",
6262
" if (!(table instanceof HTMLTableElement))\n",
6363
" return;\n",
6464
"\n",
65-
" let dt_args = {\"layout\": {\"topStart\": null, \"topEnd\": null, \"bottomStart\": null, \"bottomEnd\": null}, \"order\": [], \"style\": {\"table-layout\": \"auto\", \"width\": \"auto\", \"margin\": \"auto\", \"caption-side\": \"bottom\"}, \"text_in_header_can_be_selected\": true, \"classes\": [\"display\", \"nowrap\"], \"table_html\": \"<table><thead>\\n <tr style=\\\"text-align: right;\\\">\\n <th></th>\\n <th>region</th>\\n <th>country</th>\\n <th>capital</th>\\n <th>longitude</th>\\n <th>latitude</th>\\n </tr>\\n <tr>\\n <th>code</th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n </tr>\\n </thead></table>\", \"data_json\": \"[[\\\"AW\\\", \\\"Latin America &amp; Caribbean\\\", \\\"Aruba\\\", \\\"Oranjestad\\\", -70.0167, 12.5167], [\\\"AF\\\", \\\"South Asia\\\", \\\"Afghanistan\\\", \\\"Kabul\\\", 69.1761, 34.5228], [\\\"AO\\\", \\\"Sub-Saharan Africa\\\", \\\"Angola\\\", \\\"Luanda\\\", 13.242, -8.81155]]\"};\n",
65+
" let dt_args = {\"layout\": {\"topStart\": null, \"topEnd\": null, \"bottomStart\": null, \"bottomEnd\": null}, \"style\": {\"table-layout\": \"auto\", \"width\": \"auto\", \"margin\": \"auto\", \"caption-side\": \"bottom\"}, \"text_in_header_can_be_selected\": true, \"order\": [], \"classes\": [\"display\", \"nowrap\"], \"table_html\": \"<table><thead>\\n <tr style=\\\"text-align: right;\\\">\\n <th></th>\\n <th>region</th>\\n <th>country</th>\\n <th>capital</th>\\n <th>longitude</th>\\n <th>latitude</th>\\n </tr>\\n <tr>\\n <th>code</th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n </tr>\\n </thead></table>\", \"data_json\": \"[[\\\"AW\\\", \\\"Latin America &amp; Caribbean\\\", \\\"Aruba\\\", \\\"Oranjestad\\\", -70.0167, 12.5167], [\\\"AF\\\", \\\"South Asia\\\", \\\"Afghanistan\\\", \\\"Kabul\\\", 69.1761, 34.5228], [\\\"AO\\\", \\\"Sub-Saharan Africa\\\", \\\"Angola\\\", \\\"Luanda\\\", 13.242, -8.81155]]\"};\n",
6666
" new ITable(table, dt_args);\n",
6767
" });\n",
6868
"</script>\n",
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"cell_type": "markdown",
79-
"id": "c3675efc",
79+
"id": "81dc1afc",
8080
"metadata": {},
8181
"source": [
8282
"or display it, like `show` does:"
@@ -85,14 +85,14 @@
8585
{
8686
"cell_type": "code",
8787
"execution_count": 3,
88-
"id": "6eba8ccb",
88+
"id": "6747e60b",
8989
"metadata": {},
9090
"outputs": [
9191
{
9292
"data": {
9393
"text/html": [
9494
"<!--| quarto-html-table-processing: none -->\n",
95-
"<table id=\"itables_0c2491e6_7357_4169_a254_3c84cb4b0da5\"><tbody><tr>\n",
95+
"<table id=\"itables_48afd65d_fb56_4967_a54c_c93a211550f1\"><tbody><tr>\n",
9696
" <td style=\"vertical-align:middle; text-align:left\">\n",
9797
" \n",
9898
" Loading ITables v2.4.1-dev from the internet...\n",
@@ -102,11 +102,11 @@
102102
"<script type=\"module\">\n",
103103
" import { ITable, jQuery as $ } from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
104104
"\n",
105-
" document.querySelectorAll(\"#itables_0c2491e6_7357_4169_a254_3c84cb4b0da5:not(.dataTable)\").forEach(table => {\n",
105+
" document.querySelectorAll(\"#itables_48afd65d_fb56_4967_a54c_c93a211550f1:not(.dataTable)\").forEach(table => {\n",
106106
" if (!(table instanceof HTMLTableElement))\n",
107107
" return;\n",
108108
"\n",
109-
" let dt_args = {\"layout\": {\"topStart\": null, \"topEnd\": null, \"bottomStart\": null, \"bottomEnd\": null}, \"order\": [], \"style\": {\"table-layout\": \"auto\", \"width\": \"auto\", \"margin\": \"auto\", \"caption-side\": \"bottom\"}, \"text_in_header_can_be_selected\": true, \"classes\": [\"display\", \"nowrap\"], \"table_html\": \"<table><thead>\\n <tr style=\\\"text-align: right;\\\">\\n <th></th>\\n <th>region</th>\\n <th>country</th>\\n <th>capital</th>\\n <th>longitude</th>\\n <th>latitude</th>\\n </tr>\\n <tr>\\n <th>code</th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n </tr>\\n </thead></table>\", \"data_json\": \"[[\\\"AW\\\", \\\"Latin America &amp; Caribbean\\\", \\\"Aruba\\\", \\\"Oranjestad\\\", -70.0167, 12.5167], [\\\"AF\\\", \\\"South Asia\\\", \\\"Afghanistan\\\", \\\"Kabul\\\", 69.1761, 34.5228], [\\\"AO\\\", \\\"Sub-Saharan Africa\\\", \\\"Angola\\\", \\\"Luanda\\\", 13.242, -8.81155]]\"};\n",
109+
" let dt_args = {\"layout\": {\"topStart\": null, \"topEnd\": null, \"bottomStart\": null, \"bottomEnd\": null}, \"style\": {\"table-layout\": \"auto\", \"width\": \"auto\", \"margin\": \"auto\", \"caption-side\": \"bottom\"}, \"text_in_header_can_be_selected\": true, \"order\": [], \"classes\": [\"display\", \"nowrap\"], \"table_html\": \"<table><thead>\\n <tr style=\\\"text-align: right;\\\">\\n <th></th>\\n <th>region</th>\\n <th>country</th>\\n <th>capital</th>\\n <th>longitude</th>\\n <th>latitude</th>\\n </tr>\\n <tr>\\n <th>code</th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n <th></th>\\n </tr>\\n </thead></table>\", \"data_json\": \"[[\\\"AW\\\", \\\"Latin America &amp; Caribbean\\\", \\\"Aruba\\\", \\\"Oranjestad\\\", -70.0167, 12.5167], [\\\"AF\\\", \\\"South Asia\\\", \\\"Afghanistan\\\", \\\"Kabul\\\", 69.1761, 34.5228], [\\\"AO\\\", \\\"Sub-Saharan Africa\\\", \\\"Angola\\\", \\\"Luanda\\\", 13.242, -8.81155]]\"};\n",
110110
" new ITable(table, dt_args);\n",
111111
" });\n",
112112
"</script>\n"
@@ -125,7 +125,7 @@
125125
},
126126
{
127127
"cell_type": "markdown",
128-
"id": "1e40b69c",
128+
"id": "17f2e136",
129129
"metadata": {},
130130
"source": [
131131
"~~~{admonition} The `connected` argument\n",

_sources/apps/marimo.ipynb

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

_sources/apps/notebook.ipynb

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

_sources/apps/widget.ipynb

Lines changed: 58 additions & 58 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
@@ -13,6 +13,7 @@ ITables ChangeLog
1313

1414
**Fixed**
1515
- We have added type hints to `itable.options` even for the options that don't have a default value ([#224](https://github.com/mwouts/itables/issues/224))
16+
- The optional final semicolon in `style` argument is now supported again ([#386](https://github.com/mwouts/itables/issues/386))
1617

1718

1819
2.4.0 (2025-05-17)

_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": "61eae561",
5+
"id": "763737fe",
66
"metadata": {},
77
"source": [
88
"# Contributing\n",
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 1,
39-
"id": "98588c9e",
39+
"id": "46d7aedf",
4040
"metadata": {},
4141
"outputs": [
4242
{
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"cell_type": "markdown",
72-
"id": "138a9dcc",
72+
"id": "7f76ff68",
7373
"metadata": {},
7474
"source": [
7575
"## Support DataTables\n",

_sources/css.ipynb

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

_sources/custom_extensions.ipynb

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

_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": "4292aa0d",
5+
"id": "111161b6",
66
"metadata": {},
77
"source": [
88
"# Dark Themes\n",

0 commit comments

Comments
 (0)