Skip to content

Commit 5e7b862

Browse files
committed
Pushing the docs to dev/ for branch: main, commit a63c1179a23bddf5d3e88c57b576acda907b7b87
1 parent 5d213ef commit 5e7b862

232 files changed

Lines changed: 53371 additions & 53342 deletions

File tree

Some content is hidden

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

dev/_downloads/21d352432a7677971f2048846f939ed8/1120_multiple_tables.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
import skrub
4545
import skrub.datasets
4646

47+
# Small display detail: open the graphs by default in the visualizations shown
48+
# in the rest of this notebook.
49+
skrub.set_config(data_ops_open_graph_dropdown=True)
50+
4751
dataset = skrub.datasets.fetch_credit_fraud(split="train")
4852

4953
# %%
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dev/_downloads/56a5454767b9a5503f5103a022d24612/1120_multiple_tables.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"outputs": [],
2424
"source": [
25-
"import pandas as pd\n\nimport skrub\nimport skrub.datasets\n\ndataset = skrub.datasets.fetch_credit_fraud(split=\"train\")"
25+
"import pandas as pd\n\nimport skrub\nimport skrub.datasets\n\n# Small display detail: open the graphs by default in the visualizations shown\n# in the rest of this notebook.\nskrub.set_config(data_ops_open_graph_dropdown=True)\n\ndataset = skrub.datasets.fetch_credit_fraud(split=\"train\")"
2626
]
2727
},
2828
{
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)