We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60359f8 commit 609d0ceCopy full SHA for 609d0ce
notebooks/ml/timeseries_analysis.ipynb
@@ -12,14 +12,13 @@
12
},
13
{
14
"cell_type": "code",
15
- "execution_count": 1,
+ "execution_count": null,
16
"id": "c0b2db75",
17
"metadata": {},
18
"outputs": [],
19
"source": [
20
"import bigframes.pandas as bpd\n",
21
"from bigframes.ml import forecasting\n",
22
- "bpd.options.display.repr_mode = \"anywidget\"\n",
23
"bpd.options.display.render_mode = \"anywidget\""
24
]
25
@@ -1114,7 +1113,7 @@
1114
1113
],
1115
"metadata": {
1116
"kernelspec": {
1117
- "display_name": "venv",
+ "display_name": "venv (3.13.0)",
1118
"language": "python",
1119
"name": "python3"
1120
0 commit comments