Skip to content

Commit 48384be

Browse files
authored
chore: add missing bigframes package name in pip install in template notebook (#1376)
1 parent 3989fc2 commit 48384be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/getting_started/bq_dataframes_template.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"metadata": {},
119119
"outputs": [],
120120
"source": [
121-
"#%pip install --upgrade"
121+
"#%pip install --upgrade bigframes"
122122
]
123123
},
124124
{

0 commit comments

Comments
 (0)