Skip to content

Commit

Permalink
deploy: b6c9959
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 22, 2024
1 parent 2b54f83 commit 7bb2e18
Show file tree
Hide file tree
Showing 30 changed files with 1,585 additions and 1,585 deletions.
132 changes: 66 additions & 66 deletions _sources/advanced_parameters.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _sources/contributing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "36d6c41f",
"id": "0e80a004",
"metadata": {},
"source": [
"# Contributing\n",
Expand Down Expand Up @@ -36,7 +36,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "8532593f",
"id": "010a3405",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -69,7 +69,7 @@
},
{
"cell_type": "markdown",
"id": "bfc329ed",
"id": "53a3847d",
"metadata": {},
"source": [
"## Support DataTables\n",
Expand Down
90 changes: 45 additions & 45 deletions _sources/custom_css.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions _sources/custom_extensions.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _sources/dark_mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "79b4ceaa",
"id": "5d70750f",
"metadata": {},
"source": [
"# Dark Themes\n",
Expand Down
32 changes: 16 additions & 16 deletions _sources/downsampling.ipynb

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions _sources/extensions.ipynb

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions _sources/formatting.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions _sources/html_export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "295ce423",
"id": "053ebcfe",
"metadata": {},
"source": [
"# HTML export\n",
Expand All @@ -13,7 +13,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "d0a2ab31",
"id": "3fbc4daf",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -28,7 +28,7 @@
},
{
"cell_type": "markdown",
"id": "c03bc819",
"id": "deb2278d",
"metadata": {},
"source": [
"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:"
Expand All @@ -37,7 +37,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "d7631689",
"id": "320a4e55",
"metadata": {
"tags": [
"scroll-output"
Expand All @@ -48,7 +48,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"<table id=\"itables_625d80fd_28cd_42d0_9b76_d17e56f977b0\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
"<table id=\"itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
"<thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
Expand Down Expand Up @@ -79,7 +79,7 @@
"<script type=\"module\">\n",
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/dt_for_itables@2.0.13/dt_bundle.js';\n",
"\n",
" document.querySelectorAll(\"#itables_625d80fd_28cd_42d0_9b76_d17e56f977b0:not(.dataTable)\").forEach(table => {\n",
" document.querySelectorAll(\"#itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b:not(.dataTable)\").forEach(table => {\n",
" // Define the table data\n",
" const data = [[\"AW\", \"Latin America & 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",
"\n",
Expand All @@ -101,7 +101,7 @@
},
{
"cell_type": "markdown",
"id": "d09cb247",
"id": "9962f324",
"metadata": {},
"source": [
"or display it, like `show` does:"
Expand All @@ -110,13 +110,13 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "bfd68a19",
"id": "40ea2dab",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<table id=\"itables_625d80fd_28cd_42d0_9b76_d17e56f977b0\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
"<table id=\"itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
"<thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
Expand Down Expand Up @@ -147,7 +147,7 @@
"<script type=\"module\">\n",
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/dt_for_itables@2.0.13/dt_bundle.js';\n",
"\n",
" document.querySelectorAll(\"#itables_625d80fd_28cd_42d0_9b76_d17e56f977b0:not(.dataTable)\").forEach(table => {\n",
" document.querySelectorAll(\"#itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b:not(.dataTable)\").forEach(table => {\n",
" // Define the table data\n",
" const data = [[\"AW\", \"Latin America & 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",
"\n",
Expand Down
28 changes: 14 additions & 14 deletions _sources/ipywidgets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "f5f92cbe",
"id": "6632201c",
"metadata": {},
"source": [
"# Jupyter Widget\n",
Expand All @@ -24,7 +24,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "f200b38c",
"id": "20d72a29",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -52,7 +52,7 @@
},
{
"cell_type": "markdown",
"id": "d2dda32d",
"id": "e9cdea5d",
"metadata": {},
"source": [
"## The `selected_rows` traits\n",
Expand All @@ -66,7 +66,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2b942054",
"id": "da779588",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -76,7 +76,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "58e3ed8b",
"id": "e4ac680a",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -85,7 +85,7 @@
},
{
"cell_type": "markdown",
"id": "af5e543b",
"id": "13abcf90",
"metadata": {},
"source": [
"## The `df` property\n",
Expand All @@ -96,7 +96,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a2ef8936",
"id": "3a0e4d54",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -105,7 +105,7 @@
},
{
"cell_type": "markdown",
"id": "6ab4ee24",
"id": "1966e138",
"metadata": {},
"source": [
"or to update it"
Expand All @@ -114,7 +114,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "43253e24",
"id": "a8bf9465",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -123,7 +123,7 @@
},
{
"cell_type": "markdown",
"id": "c81de4da",
"id": "b8a2044a",
"metadata": {},
"source": [
"```{tip}\n",
Expand All @@ -139,7 +139,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c70c26a3",
"id": "c7241ad3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -148,7 +148,7 @@
},
{
"cell_type": "markdown",
"id": "02c995df",
"id": "fffe12e2",
"metadata": {},
"source": [
"## The `update` method\n",
Expand All @@ -159,7 +159,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9cf3a5a5",
"id": "806423e3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -168,7 +168,7 @@
},
{
"cell_type": "markdown",
"id": "6f7a0953",
"id": "47a3be5f",
"metadata": {},
"source": [
"## Limitations\n",
Expand Down
920 changes: 460 additions & 460 deletions _sources/pandas_style.ipynb

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions _sources/polars_dataframes.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions _sources/quick_start.ipynb

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions _sources/sample_dataframes.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions _sources/troubleshooting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "210e7dec",
"id": "905f327f",
"metadata": {},
"source": [
"# Troubleshooting\n",
Expand All @@ -13,7 +13,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "e4f28fe9",
"id": "b7b5f03d",
"metadata": {
"tags": [
"hide-input"
Expand All @@ -23,7 +23,7 @@
{
"data": {
"text/html": [
"<table id=\"itables_66873b43_0197_4f81_9356_e4c6243e562a\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
"<table id=\"itables_419d2ed9_5fc1_414c_814d_71bc317323f9\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
"<caption style=\"caption-side: bottom\">A table that does not load, due to <code>init_notebook_mode</code><br>not being called in this document</caption><thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
Expand Down Expand Up @@ -132,7 +132,7 @@
"<script type=\"module\">\n",
" const { DataTable, jQuery: $ } = await import(window._datatables_src_for_itables_2_2_0);\n",
"\n",
" document.querySelectorAll(\"#itables_66873b43_0197_4f81_9356_e4c6243e562a:not(.dataTable)\").forEach(table => {\n",
" document.querySelectorAll(\"#itables_419d2ed9_5fc1_414c_814d_71bc317323f9:not(.dataTable)\").forEach(table => {\n",
" // Define the table data\n",
" const data = [];\n",
"\n",
Expand Down Expand Up @@ -169,7 +169,7 @@
},
{
"cell_type": "markdown",
"id": "e6866c54",
"id": "2b3b26bf",
"metadata": {},
"source": [
"If a table says \"Loading...\" forever, then maybe\n",
Expand Down
68 changes: 34 additions & 34 deletions advanced_parameters.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions custom_css.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions custom_extensions.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions downsampling.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions extensions.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions formatting.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions html_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h1>HTML export<a class="headerlink" href="#html-export" title="Link to this hea
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;table id=&quot;itables_625d80fd_28cd_42d0_9b76_d17e56f977b0&quot; class=&quot;display nowrap&quot; data-quarto-disable-processing=&quot;true&quot; style=&quot;table-layout:auto;width:auto;margin:auto;caption-side:bottom&quot;&gt;
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;table id=&quot;itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b&quot; class=&quot;display nowrap&quot; data-quarto-disable-processing=&quot;true&quot; style=&quot;table-layout:auto;width:auto;margin:auto;caption-side:bottom&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;text-align: right;&quot;&gt;
&lt;th&gt;&lt;/th&gt;
Expand Down Expand Up @@ -529,7 +529,7 @@ <h1>HTML export<a class="headerlink" href="#html-export" title="Link to this hea
&lt;script type=&quot;module&quot;&gt;
import {DataTable, jQuery as $} from &#39;https://www.unpkg.com/dt_for_itables@2.0.13/dt_bundle.js&#39;;

document.querySelectorAll(&quot;#itables_625d80fd_28cd_42d0_9b76_d17e56f977b0:not(.dataTable)&quot;).forEach(table =&gt; {
document.querySelectorAll(&quot;#itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b:not(.dataTable)&quot;).forEach(table =&gt; {
// Define the table data
const data = [[&quot;AW&quot;, &quot;Latin America &amp; Caribbean &quot;, &quot;Aruba&quot;, &quot;Oranjestad&quot;, -70.0167, 12.5167], [&quot;AF&quot;, &quot;South Asia&quot;, &quot;Afghanistan&quot;, &quot;Kabul&quot;, 69.1761, 34.5228], [&quot;AO&quot;, &quot;Sub-Saharan Africa &quot;, &quot;Angola&quot;, &quot;Luanda&quot;, 13.242, -8.81155]];

Expand All @@ -553,7 +553,7 @@ <h1>HTML export<a class="headerlink" href="#html-export" title="Link to this hea
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_html"><table id="itables_625d80fd_28cd_42d0_9b76_d17e56f977b0" class="display nowrap" data-quarto-disable-processing="true" style="table-layout:auto;width:auto;margin:auto;caption-side:bottom">
<div class="output text_html"><table id="itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b" class="display nowrap" data-quarto-disable-processing="true" style="table-layout:auto;width:auto;margin:auto;caption-side:bottom">
<thead>
<tr style="text-align: right;">
<th></th>
Expand Down Expand Up @@ -584,7 +584,7 @@ <h1>HTML export<a class="headerlink" href="#html-export" title="Link to this hea
<script type="module">
import {DataTable, jQuery as $} from 'https://www.unpkg.com/dt_for_itables@2.0.13/dt_bundle.js';

document.querySelectorAll("#itables_625d80fd_28cd_42d0_9b76_d17e56f977b0:not(.dataTable)").forEach(table => {
document.querySelectorAll("#itables_fcd8efa0_9ab7_42ad_b89e_a1b30f59b67b:not(.dataTable)").forEach(table => {
// Define the table data
const data = [["AW", "Latin America & 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]];

Expand Down
886 changes: 443 additions & 443 deletions pandas_style.html

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions polars_dataframes.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions quarto_html.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions quarto_revealjs.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions quick_start.html

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions sample_dataframes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h2>Loading takes forever?<a class="headerlink" href="#loading-takes-forever" ti
</div>
</details>
<div class="cell_output docutils container">
<div class="output text_html"><table id="itables_66873b43_0197_4f81_9356_e4c6243e562a" class="display nowrap" data-quarto-disable-processing="true" style="table-layout:auto;width:auto;margin:auto;caption-side:bottom">
<div class="output text_html"><table id="itables_419d2ed9_5fc1_414c_814d_71bc317323f9" class="display nowrap" data-quarto-disable-processing="true" style="table-layout:auto;width:auto;margin:auto;caption-side:bottom">
<caption style="caption-side: bottom">A table that does not load, due to <code>init_notebook_mode</code><br>not being called in this document</caption><thead>
<tr style="text-align: right;">
<th></th>
Expand Down Expand Up @@ -622,7 +622,7 @@ <h2>Loading takes forever?<a class="headerlink" href="#loading-takes-forever" ti
<script type="module">
const { DataTable, jQuery: $ } = await import(window._datatables_src_for_itables_2_2_0);

document.querySelectorAll("#itables_66873b43_0197_4f81_9356_e4c6243e562a:not(.dataTable)").forEach(table => {
document.querySelectorAll("#itables_419d2ed9_5fc1_414c_814d_71bc317323f9:not(.dataTable)").forEach(table => {
// Define the table data
const data = [];

Expand Down

0 comments on commit 7bb2e18

Please sign in to comment.