You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/examples/Widget List.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1054,7 +1054,7 @@
1054
1054
"#=> ]\n",
1055
1055
"```\n",
1056
1056
"\n",
1057
-
"The contents of the file uploaded are in the value of the `content` key. They are a [memory view](https://docs.python.org/3.8/library/stdtypes.html#memory-views):\n",
1057
+
"The contents of the file uploaded are in the value of the `content` key. They are a [memory view](https://docs.python.org/3/library/stdtypes.html#memory-views):\n",
1058
1058
"\n",
1059
1059
"```python\n",
1060
1060
"[uploaded_file] = uploader.value\n",
@@ -1084,7 +1084,7 @@
1084
1084
" fp.write(uploaded_file[\"content\"])\n",
1085
1085
"```\n",
1086
1086
"\n",
1087
-
"To convert the uploaded file into a Pandas dataframe, you need to convert it to a [BytesIO object](https://docs.python.org/3/library/io.html#binary-i-o):\n",
1087
+
"To convert the uploaded file into a Pandas dataframe, you can use a [BytesIO object](https://docs.python.org/3/library/io.html#binary-i-o):\n",
0 commit comments